Database structure call is now executed directly when it cannot be called via proc_run
This commit is contained in:
parent
7d746482b8
commit
d691c2e621
2 changed files with 14 additions and 12 deletions
|
@ -1729,8 +1729,3 @@ function update_1202() {
|
|||
$r = q("UPDATE `user` SET `account-type` = %d WHERE `page-flags` IN (%d, %d)",
|
||||
dbesc(ACCOUNT_TYPE_COMMUNITY), dbesc(PAGE_COMMUNITY), dbesc(PAGE_PRVGROUP));
|
||||
}
|
||||
|
||||
function update_1231() {
|
||||
// For this special case we have to use the old update routine
|
||||
$r = q("ALTER TABLE `workerqueue` ADD `done` tinyint(1) NOT NULL DEFAULT 0");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue