diff options
-rw-r--r-- | install/database.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/database.sql b/install/database.sql index 2c8bc50c7..cbfca822c 100644 --- a/install/database.sql +++ b/install/database.sql @@ -1032,7 +1032,7 @@ CREATE TABLE IF NOT EXISTS `xchat` ( `xchat_url` char(255) NOT NULL DEFAULT '', `xchat_desc` char(255) NOT NULL DEFAULT '', `xchat_xchan` char(255) NOT NULL DEFAULT '', - `xchat_edited` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' + `xchat_edited` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`xchat_id`), KEY `xchat_url` (`xchat_url`), KEY `xchat_desc` (`xchat_desc`), |