diff options
author | marijus <mario@mariovavti.com> | 2015-01-24 12:23:26 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2015-01-24 12:23:26 +0100 |
commit | ed09513bb26f0487e44065c90f3e7d7801d0ac68 (patch) | |
tree | b9de4ccd664055d30456add0a62b8a1e59dd8b48 /install/update.php | |
parent | e4e990df06ef64dd08bdd6e6a78bf461dc97cc19 (diff) | |
parent | 146efbc18e95b7f008b683e436c0f0f2fd7db2a1 (diff) | |
download | volse-hubzilla-ed09513bb26f0487e44065c90f3e7d7801d0ac68.tar.gz volse-hubzilla-ed09513bb26f0487e44065c90f3e7d7801d0ac68.tar.bz2 volse-hubzilla-ed09513bb26f0487e44065c90f3e7d7801d0ac68.zip |
Merge branch 'master' of https://github.com/friendica/red
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 f5444089d..8cd25f1bf 100644 --- a/install/update.php +++ b/install/update.php @@ -1515,7 +1515,7 @@ function update_r1133() { xp_client varchar( 20 ) NOT NULL DEFAULT '', xp_channel bigint NOT NULL DEFAULT '0', xp_perm varchar( 64 ) NOT NULL DEFAULT '', - PRIMARY KEY (\"xp_id\") "); + PRIMARY KEY (\"xp_id\") )"); $r2 = q("create index \"xp_client\" on xperm (\"xp_client\", create index \"xp_channel\" on xperm (\"xp_channel\"), create index \"xp_perm\" on xperm (\"xp_perm\") "); |