dev into staging #442

Merged
edraft merged 43 commits from dev into staging 2023-11-19 14:50:00 +01:00
2 changed files with 1 additions and 3 deletions
Showing only changes of commit 802d5478d1 - Show all commits

View File

@ -1,8 +1,6 @@
ALTER TABLE CFG_Technician
ADD Maintenance BOOLEAN DEFAULT FALSE AFTER MaxSteamOfferCount;
ALTER TABLE CFG_TechnicianHistory
ADD Maintenance BOOLEAN DEFAULT FALSE AFTER MaxSteamOfferCount;

View File

@ -67,7 +67,7 @@ class MigrationService:
def _load_scripts(self, upgrade: bool = True) -> List[Migration]:
migrations = List(Migration)
path = "../../src/bot_data/scripts"
path = "../bot_data/scripts"
if not os.path.exists(path):
raise Exception("Migration path not found")