diff options
Diffstat (limited to 'update.php')
-rwxr-xr-x | update.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/update.php b/update.php index 4dff59c98..aac306a72 100755 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@ <?php -define( 'UPDATE_VERSION' , 1115 ); +define( 'UPDATE_VERSION' , 1116 ); /** * @@ -990,3 +990,8 @@ INDEX ( `stat` ) ) ENGINE = MYISAM "); } + +function update_1115() { + q("ALTER TABLE `item` ADD `moderated` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `pubmail`, + ADD INDEX (`moderated`) "); +}
\ No newline at end of file |