| 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 */; |