mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2024-11-13 04:46:33 +03:00
6 lines
126 B
Python
6 lines
126 B
Python
from infi.clickhouse_orm import migrations
|
|
from ..test_migrations import *
|
|
|
|
operations = [
|
|
migrations.AlterTable(Model2)
|
|
] |