aboutsummaryrefslogtreecommitdiffstats
path: root/install/database.sql
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2014-03-07 17:27:44 +0000
committerThomas Willingham <founder@kakste.com>2014-03-07 17:27:44 +0000
commitfea711ecde2d227b13d410c797f6e67526935010 (patch)
treedbea724a3ecb364452b0a4350e649e61fd424db8 /install/database.sql
parent2a1729e6718a6a09fb322d8e115b5d47235ce809 (diff)
downloadvolse-hubzilla-fea711ecde2d227b13d410c797f6e67526935010.tar.gz
volse-hubzilla-fea711ecde2d227b13d410c797f6e67526935010.tar.bz2
volse-hubzilla-fea711ecde2d227b13d410c797f6e67526935010.zip
Typo in database.sql
Diffstat (limited to 'install/database.sql')
-rw-r--r--install/database.sql2
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`),