diff options
author | git-marijus <mario@mariovavti.com> | 2017-05-17 09:57:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-17 09:57:32 +0200 |
commit | ccf0274d13a9128b8c8471f727a98a827721d814 (patch) | |
tree | 609daf6920bc8716c2e224bfdff13a0b0883ba85 /install/update.php | |
parent | 7a39ccf7bb3c61a354207486f83b970641e54680 (diff) | |
parent | 3916d5c567502e79bfbf3bb66de131d6be9d2698 (diff) | |
download | volse-hubzilla-ccf0274d13a9128b8c8471f727a98a827721d814.tar.gz volse-hubzilla-ccf0274d13a9128b8c8471f727a98a827721d814.tar.bz2 volse-hubzilla-ccf0274d13a9128b8c8471f727a98a827721d814.zip |
Merge pull request #775 from zotlabs/pgstuff
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)"); |