mirror of
https://github.com/slawkens/myaac.git
synced 2025-12-14 12:59:46 +01:00
Update 5.php
This commit is contained in:
@@ -11,6 +11,6 @@ $up = function () use ($db) {
|
||||
|
||||
$up = function () use ($db) {
|
||||
if ($db->hasColumn(TABLE_PREFIX . 'spells', 'cities')) {
|
||||
$db->addColumn(TABLE_PREFIX . 'spells', 'cities', 'VARCHAR(32) NOT NULL,');
|
||||
$db->addColumn(TABLE_PREFIX . 'spells', 'cities', 'VARCHAR(32) NOT NULL');
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user