Skip to content

Commit 9cc63f0

Browse files
committed
add migration script
1 parent b666137 commit 9cc63f0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"""Bump sqlglot to 28.6.0."""
2+
3+
4+
def migrate_schemas(engine_adapter, schema, **kwargs): # type: ignore
5+
pass
6+
7+
8+
def migrate_rows(engine_adapter, schema, **kwargs): # type: ignore
9+
pass

0 commit comments

Comments
 (0)