mirror of
https://github.com/danielbrendel/hortusfox-web.git
synced 2026-05-03 04:10:11 -05:00
Resolves #445
This commit is contained in:
@@ -22,8 +22,8 @@ class UpgradeModule {
|
||||
}
|
||||
}
|
||||
|
||||
PlantsModel::raw('ALTER TABLE `@THIS` DROP annual');
|
||||
PlantsModel::raw('ALTER TABLE `@THIS` DROP perennial');
|
||||
PlantsModel::raw('ALTER TABLE `@THIS` DROP COLUMN IF EXISTS annual');
|
||||
PlantsModel::raw('ALTER TABLE `@THIS` DROP COLUMN IF EXISTS perennial');
|
||||
|
||||
TasksModel::raw('ALTER TABLE `@THIS` ADD COLUMN IF NOT EXISTS recurring_scope VARCHAR(512) NOT NULL DEFAULT \'hours\'');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user