We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb51fdb commit 7d1e4c2Copy full SHA for 7d1e4c2
sqlmesh/migrations/v0098_add_last_altered_to_intervals.py
@@ -21,3 +21,7 @@ def migrate_schemas(state_sync, **kwargs): # type: ignore
21
],
22
)
23
engine_adapter.execute(alter_table_exp)
24
+
25
26
+def migrate_rows(state_sync, **kwargs): # type: ignore
27
+ pass
0 commit comments