From 3916d5c567502e79bfbf3bb66de131d6be9d2698 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sun, 14 May 2017 18:37:36 -0700 Subject: always wonder about people who say "do as I say, not as I do..." --- install/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/update.php') 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)"); -- cgit v1.2.3