mirror of
https://github.com/slawkens/myaac.git
synced 2025-12-08 10:16:51 +01:00
* you forgot this
This commit is contained in:
@@ -154,7 +154,7 @@ if(!$db->hasColumn('accounts', 'premium_points')) {
|
|||||||
|
|
||||||
if(!$db->hasColumn('guilds', 'motd')) {
|
if(!$db->hasColumn('guilds', 'motd')) {
|
||||||
if(query("ALTER TABLE `guilds` ADD `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...');
|
success($locale['step_database_adding_field'] . ' guilds.motd...');
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!$db->hasColumn('guilds', 'description')) {
|
if(!$db->hasColumn('guilds', 'description')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user