mirror of
https://github.com/task-17-lct/backend.git
synced 2024-11-24 09:43:45 +03:00
8 lines
223 B
Python
8 lines
223 B
Python
|
from django_clickhouse import migrations
|
||
|
|
||
|
from passfinder.users.clickhouse_models import UserPreferenceClickHouse
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
operations = [migrations.CreateTable(UserPreferenceClickHouse)]
|