mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2024-11-14 13:16:34 +03:00
6 lines
130 B
Python
6 lines
130 B
Python
from infi.clickhouse_orm import migrations
|
|
from ..test_migrations import *
|
|
|
|
operations = [
|
|
migrations.AlterTable(EnumModel2)
|
|
] |