mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2024-11-22 17:16:34 +03:00
7 lines
152 B
Python
7 lines
152 B
Python
|
from infi.clickhouse_orm import migrations
|
||
|
from ..test_migrations import *
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterIndexes(ModelWithIndex2, reindex=True)
|
||
|
]
|