diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-05-17 11:25:33 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-05-17 11:25:33 +0200 |
commit | 3fe7bf27de11d19f19df6d1f48e1b1a7c43a19c3 (patch) | |
tree | 487e82c12091cd43441afa2c3f5060dd5cfedba6 /install/update.php | |
parent | 4b718929df2d88a14c602ae50454631d36276765 (diff) | |
parent | ed4d5890770febc994f55b8eb1b9b3f6a380e664 (diff) | |
download | volse-hubzilla-3fe7bf27de11d19f19df6d1f48e1b1a7c43a19c3.tar.gz volse-hubzilla-3fe7bf27de11d19f19df6d1f48e1b1a7c43a19c3.tar.bz2 volse-hubzilla-3fe7bf27de11d19f19df6d1f48e1b1a7c43a19c3.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
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)"); |