forked from GithubBackups/vichan
Information in cycle migration script
This commit is contained in:
parent
bf2238d088
commit
d794d88ae0
@ -7,5 +7,6 @@ $boards = listBoards(TRUE);
|
|||||||
#$boards = array('test2');
|
#$boards = array('test2');
|
||||||
|
|
||||||
foreach ($boards as $i => $b) {
|
foreach ($boards as $i => $b) {
|
||||||
|
echo "Processing board $b...";
|
||||||
query(sprintf('ALTER TABLE ``posts_%s`` ADD COLUMN cycle INT(1) NOT NULL AFTER locked', $b));
|
query(sprintf('ALTER TABLE ``posts_%s`` ADD COLUMN cycle INT(1) NOT NULL AFTER locked', $b));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user