1
1
Fork 0

notify folks who have been tagged in a post

This commit is contained in:
Mike Macgirvin 2010-10-31 20:36:59 -07:00
commit b376f21533
8 changed files with 154 additions and 43 deletions

View file

@ -92,4 +92,8 @@ function update_1011() {
);
}
}
}
function update_1012() {
q("ALTER TABLE `item` ADD `inform` MEDIUMTEXT NOT NULL AFTER `tag` ");
}