aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Willingham <beardyunixer@beardyunixer.com>2013-11-01 06:54:20 -0700
committerThomas Willingham <beardyunixer@beardyunixer.com>2013-11-01 06:54:20 -0700
commitb95d4c118693df21eabea3e75b258debd334367a (patch)
tree8011007c61fa906002932c1f4bc4e0660656c460
parent09ca39fd085595f791bec6f8e8c154b4a22d3b1e (diff)
parent8baf617c8901db5fe849fc9f79d27aa952d22cd8 (diff)
downloadvolse-hubzilla-b95d4c118693df21eabea3e75b258debd334367a.tar.gz
volse-hubzilla-b95d4c118693df21eabea3e75b258debd334367a.tar.bz2
volse-hubzilla-b95d4c118693df21eabea3e75b258debd334367a.zip
Merge pull request #190 from antoine-g/patch-1
Fix missing parenthesis in 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 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`),