always wonder about people who say "do as I say, not as I do..."

This commit is contained in:
zotlabs
2017-05-14 18:37:36 -07:00
parent 18ee1ba589
commit 3916d5c567
3 changed files with 429 additions and 429 deletions

View File

@@ -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)");