mirror of
https://github.com/slawkens/myaac.git
synced 2025-12-08 10:16:51 +01:00
Fixed some bugs at last install screen (unset country and HTTPS protocol definition)
This commit is contained in:
@@ -153,7 +153,7 @@ if(!$db->hasColumn('accounts', 'premium_points')) {
|
||||
}
|
||||
|
||||
if(!$db->hasColumn('guilds', 'motd')) {
|
||||
if(query("ALTER TABLE `guilds` MODIFY `motd` VARCHAR(255) NOT NULL DEFAULT '';"))
|
||||
if(query("ALTER TABLE `guilds` ADD `motd` VARCHAR(255) NOT NULL DEFAULT '';"))
|
||||
success($locale['step_database_modifying_field'] . ' guilds.motd...');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user