Merge pull request #190 from antoine-g/patch-1

Fix missing parenthesis in database.sql
This commit is contained in:
Thomas Willingham 2013-11-01 06:54:20 -07:00
commit b95d4c1186

View File

@ -832,7 +832,7 @@ CREATE TABLE IF NOT EXISTS `site` (
`site_directory` char(255) NOT NULL DEFAULT '',
`site_register` int(11) NOT NULL DEFAULT '0',
`site_sellpage` char(255) NOT NULL DEFAULT '',
`site_location` char(255 NOT NULL DEFAULT '',
`site_location` char(255) NOT NULL DEFAULT '',
PRIMARY KEY (`site_url`),
KEY `site_access` (`site_access`),
KEY `site_flags` (`site_flags`),