1
0
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:
8chan 2015-04-03 18:51:10 -07:00
parent bf2238d088
commit d794d88ae0

View File

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