mirror of
https://github.com/slawkens/myaac.git
synced 2025-05-06 22:29:20 +02:00
Update 5.php
This commit is contained in:
parent
82bff4ed99
commit
f8098fc4aa
@ -11,6 +11,6 @@ $up = function () use ($db) {
|
|||||||
|
|
||||||
$up = function () use ($db) {
|
$up = function () use ($db) {
|
||||||
if ($db->hasColumn(TABLE_PREFIX . 'spells', 'cities')) {
|
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');
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user