diff options
author | zotlabs <mike@macgirvin.com> | 2017-05-14 18:37:36 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-05-14 18:37:36 -0700 |
commit | 3916d5c567502e79bfbf3bb66de131d6be9d2698 (patch) | |
tree | 4d0dbb126edd89383fbaa978b1ead8d3b652e477 /install/update.php | |
parent | 18ee1ba589994bcda211dcb75c667cadfcce0c7e (diff) | |
download | volse-hubzilla-3916d5c567502e79bfbf3bb66de131d6be9d2698.tar.gz volse-hubzilla-3916d5c567502e79bfbf3bb66de131d6be9d2698.tar.bz2 volse-hubzilla-3916d5c567502e79bfbf3bb66de131d6be9d2698.zip |
always wonder about people who say "do as I say, not as I do..."
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 65506a2f7..ca347e4c2 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)"); |