mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-20 20:51:50 +01:00
Information in cycle migration script
This commit is contained in:
parent
bf2238d088
commit
d794d88ae0
@ -7,5 +7,6 @@ $boards = listBoards(TRUE);
|
||||
#$boards = array('test2');
|
||||
|
||||
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));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user