Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/reports/schema.sql

Issue 8867001: Reports - cleaning users (Closed)
Patch Set: Created Nov. 16, 2012, 8:30 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sitescripts/reports/schema.sql
===================================================================
--- a/sitescripts/reports/schema.sql
+++ b/sitescripts/reports/schema.sql
@@ -13,6 +13,7 @@
`reports` int(10) unsigned NOT NULL DEFAULT '0',
`positive` int(10) unsigned NOT NULL DEFAULT '0',
`negative` int(10) unsigned NOT NULL DEFAULT '0',
+ `mtime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`id`)
) DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
« sitescripts/reports/bin/removeOldUsers.py ('K') | « sitescripts/reports/bin/removeOldUsers.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld