mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2024-11-22 09:06:41 +03:00
fa3f96e464
# Conflicts: # tests/sample_migrations/0012.py # tests/test_migrations.py (reverted from commit 288db6a28f56b9ae5a4fa1c0ead111f679886488)
8 lines
179 B
Python
8 lines
179 B
Python
from infi.clickhouse_orm import migrations
|
|
from ..test_migrations import *
|
|
|
|
operations = [
|
|
migrations.AlterTable(MaterializedModel1),
|
|
migrations.AlterTable(AliasModel1)
|
|
]
|