Skip to content

Commit ce83dca

Browse files
authored
Make migration for 2024 partitions on forecast value latest table (#256)
1 parent f66d37b commit ce83dca

File tree

3 files changed

+588
-1
lines changed

3 files changed

+588
-1
lines changed

nowcasting_datamodel/migrations/forecast/script.py.mako

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ depends_on = ${repr(depends_on)}
1717

1818

1919
def upgrade():
20+
"""Upgrades the database schema to the next revision."""
2021
${upgrades if upgrades else "pass"}
2122

2223

2324
def downgrade():
25+
"""Downgrades the database schema to the previous revision."""
2426
${downgrades if downgrades else "pass"}

0 commit comments

Comments
 (0)