diff options
author | zotlabs <mike@macgirvin.com> | 2017-07-09 13:15:50 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-07-09 13:15:50 -0700 |
commit | 799d4ad54932f387e0f852833b5ac3377c760b32 (patch) | |
tree | 4a99caba860f8b604124ac54770b4c50bd999df4 /install/update.php | |
parent | 024d2737d001fe1bbae3b4310c7e205d2c014c6f (diff) | |
parent | 8dcdcd55e5c949ad7fed16d0edc92d0db3689470 (diff) | |
download | volse-hubzilla-799d4ad54932f387e0f852833b5ac3377c760b32.tar.gz volse-hubzilla-799d4ad54932f387e0f852833b5ac3377c760b32.tar.bz2 volse-hubzilla-799d4ad54932f387e0f852833b5ac3377c760b32.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'install/update.php')
-rw-r--r-- | install/update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/update.php b/install/update.php index d3a726f6b..1406f2d1b 100644 --- a/install/update.php +++ b/install/update.php @@ -2920,7 +2920,7 @@ function update_r1191() { ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;" ); - $r14 = q("CREATE UNIQUE INDEX if not exists path_property ON propertystorage (path(600), name(100));"); + $r14 = q("CREATE UNIQUE INDEX path_property ON propertystorage (path(600), name(100));"); $r15 = q("CREATE TABLE if not exists users ( id INTEGER UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT, |