mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2024-11-10 19:36:33 +03:00
7 lines
134 B
Python
7 lines
134 B
Python
from infi.clickhouse_orm import migrations
|
|
from ..test_migrations import *
|
|
|
|
operations = [
|
|
migrations.CreateTable(Model4Buffer)
|
|
]
|