aboutsummaryrefslogtreecommitdiff
path: root/engine/schema/mysql.sql
diff options
context:
space:
mode:
Diffstat (limited to 'engine/schema/mysql.sql')
-rw-r--r--engine/schema/mysql.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/schema/mysql.sql b/engine/schema/mysql.sql
index 638f7ce26..56c2a4077 100644
--- a/engine/schema/mysql.sql
+++ b/engine/schema/mysql.sql
@@ -130,7 +130,7 @@ CREATE TABLE `prefix_entities` (
`access_id` int(11) NOT NULL,
`time_created` int(11) NOT NULL,
`time_updated` int(11) NOT NULL,
- `last_action` int(11) NOT NULL,
+ `last_action` int(11) NOT NULL DEFAULT '0',
`enabled` enum('yes','no') NOT NULL DEFAULT 'yes',
PRIMARY KEY (`guid`),
KEY `type` (`type`),