mirror of
https://github.com/danielbrendel/hortusfox-web.git
synced 2026-04-27 09:09:15 -05:00
#330 Add column migration
This commit is contained in:
@@ -13,6 +13,7 @@ class MigrationUpgrade implements Asatru\Commands\Command {
|
||||
*/
|
||||
public function upgradeTo4dot3()
|
||||
{
|
||||
LocationsModel::raw('ALTER TABLE `@THIS` ADD COLUMN IF NOT EXISTS notes TEXT NULL');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user