From 8baf617c8901db5fe849fc9f79d27aa952d22cd8 Mon Sep 17 00:00:00 2001 From: Antoine G Date: Fri, 1 Nov 2013 14:02:07 +0100 Subject: Fix missing parenthesis in database.sql This was blocking database creation process --- install/database.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/database.sql') diff --git a/install/database.sql b/install/database.sql index 879c7f132..0d371d4b8 100644 --- a/install/database.sql +++ b/install/database.sql @@ -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`), -- cgit v1.2.3