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