mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2024-11-10 19:36:33 +03:00
8 lines
187 B
Python
8 lines
187 B
Python
from infi.clickhouse_orm import migrations
|
|
from ..test_migrations import *
|
|
|
|
operations = [
|
|
migrations.AlterTable(Model4_compressed),
|
|
migrations.AlterTable(Model2LowCardinality)
|
|
]
|