Skip to content

Commit 7d1e4c2

Browse files
committed
Fix tests
1 parent fb51fdb commit 7d1e4c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sqlmesh/migrations/v0098_add_last_altered_to_intervals.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ def migrate_schemas(state_sync, **kwargs): # type: ignore
2121
],
2222
)
2323
engine_adapter.execute(alter_table_exp)
24+
25+
26+
def migrate_rows(state_sync, **kwargs): # type: ignore
27+
pass

0 commit comments

Comments
 (0)