forked from leftypol/leftypol
fix update after a bad merge
This commit is contained in:
parent
e34c0f4b65
commit
a1d9de205b
1 changed files with 1 additions and 0 deletions
|
@ -383,6 +383,7 @@ if (file_exists($config['has_installed'])) {
|
||||||
}
|
}
|
||||||
case 'v0.9.6-dev-13':
|
case 'v0.9.6-dev-13':
|
||||||
query("ALTER TABLE ``antispam`` ADD INDEX `expires` (`expires`)") or error(db_error());
|
query("ALTER TABLE ``antispam`` ADD INDEX `expires` (`expires`)") or error(db_error());
|
||||||
|
case 'v0.9.6-dev-14':
|
||||||
case false:
|
case false:
|
||||||
// Update version number
|
// Update version number
|
||||||
file_write($config['has_installed'], VERSION);
|
file_write($config['has_installed'], VERSION);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue