diff options
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/update.php b/update.php index 9c5caa0b5..68367343d 100644 --- a/update.php +++ b/update.php @@ -96,4 +96,9 @@ function update_1011() { function update_1012() { q("ALTER TABLE `item` ADD `inform` MEDIUMTEXT NOT NULL AFTER `tag` "); -}
\ No newline at end of file +} + +function update_1013() { + q("ALTER TABLE `item` ADD `target-type` CHAR( 255 ) NOT NULL + AFTER `object` , ADD `target` TEXT NOT NULL AFTER `target-type`"); +}
\ No newline at end of file |