mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2024-11-11 03:46:34 +03:00
6 lines
125 B
Python
6 lines
125 B
Python
|
from infi.clickhouse_orm import migrations
|
||
|
from ..test_migrations import *
|
||
|
|
||
|
operations = [
|
||
|
migrations.DropTable(Model1)
|
||
|
]
|