diff options
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/update.php b/update.php index f0d72ef16..9c5caa0b5 100644 --- a/update.php +++ b/update.php @@ -92,4 +92,8 @@ function update_1011() { ); } } +} + +function update_1012() { + q("ALTER TABLE `item` ADD `inform` MEDIUMTEXT NOT NULL AFTER `tag` "); }
\ No newline at end of file |