forked from leftypol/leftypol
vichan-devel-4.0-gold release; mention vichan-devel in README; bump version; tag
This commit is contained in:
parent
8de00e5ba9
commit
8a598982a4
2 changed files with 9 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
// Installation/upgrade file
|
||||
define('VERSION', 'v0.9.6-dev-7');
|
||||
define('VERSION', 'v0.9.6-dev-7 + <a href="https://github.com/vichan-devel/Tinyboard/">vichan-devel-4.0-gold</a>');
|
||||
|
||||
require 'inc/functions.php';
|
||||
|
||||
|
@ -227,6 +227,7 @@ if (file_exists($config['has_installed'])) {
|
|||
query(sprintf("CREATE INDEX `thread_id` ON `posts_%s` (`thread`, `id`)", $_board['uri'])) or error(db_error());
|
||||
query(sprintf("ALTER TABLE `posts_%s` DROP INDEX `thread`", $_board['uri'])) or error(db_error());
|
||||
}
|
||||
case 'v0.9.6-dev-7':
|
||||
case false:
|
||||
// Update version number
|
||||
file_write($config['has_installed'], VERSION);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue