1
0
mirror of https://github.com/daniviga/bite.git synced 2024-12-25 01:31:25 +01:00
bite/beer/telemetry/migrations/0004_auto_20200602_2132.py
Daniele Viganò 09cf23554a
Project renaming (#14)
* Renaming

* Make Django migrations sync to DB availability
2020-06-17 20:08:10 +02:00

16 lines
327 B
Python

# Generated by Django 3.0.6 on 2020-06-02 21:32
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('telemetry', '0003_auto_20200602_2131'),
]
operations = [
migrations.RunSQL(
"SELECT create_hypertable('telemetry_telemetry', 'time');"),
]