diff options
author | zotlabs <mike@macgirvin.com> | 2017-05-22 03:51:58 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-05-22 03:51:58 -0700 |
commit | 1c8c7479b85dfc66b63b622acaa48d0e2dd5b86d (patch) | |
tree | 30f9100f61e54bd800d859af3dc45dcab56e5cee /install/update.php | |
parent | 36a960adec9f216463890640340324d6d37a65d0 (diff) | |
parent | 50e9d024581ddf57f37a6302bc089a88237657bb (diff) | |
download | volse-hubzilla-1c8c7479b85dfc66b63b622acaa48d0e2dd5b86d.tar.gz volse-hubzilla-1c8c7479b85dfc66b63b622acaa48d0e2dd5b86d.tar.bz2 volse-hubzilla-1c8c7479b85dfc66b63b622acaa48d0e2dd5b86d.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 affdb6ffb..06084a422 100644 --- a/install/update.php +++ b/install/update.php @@ -2533,7 +2533,7 @@ function update_r1189() { } function update_r1190() { - $r1 = q("alter table abook add abook_not_here int(11) not null default '0' "); + $r1 = q("alter table abook add abook_not_here smallint not null default 0 "); $r2 = q("create index abook_not_here on abook (abook_not_here)"); |