#330 Add column migration

This commit is contained in:
Daniel Brendel
2025-02-20 12:53:00 +01:00
parent e8085d648a
commit ba25ec0a00
+1
View File
@@ -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');
}
/**