1
0
Fork 0

Database structure call is now executed directly when it cannot be called via proc_run

This commit is contained in:
Michael 2017-09-30 16:45:35 +00:00
commit d691c2e621
2 changed files with 14 additions and 12 deletions

View file

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