aboutsummaryrefslogblamecommitdiffstats
path: root/Zotlabs/Update/_1160.php
blob: b7b67076f0767ad6402352c767c8b0884a85eac7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                                 
<?php

namespace Zotlabs\Update;

class _1160 {
function run() {
	$r = q("alter table abook add abook_instance text not null default '' ");
	if($r)
		return UPDATE_SUCCESS;
    return UPDATE_FAILED;
}


}