2018-05-24 21:23:46 +02:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# Generated by Django 1.11.13 on 2018-05-24 19:23
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
2018-10-06 12:35:49 +02:00
|
|
|
dependencies = [("bda", "0012_notif_time"), ("bda", "0012_swap_double_choice")]
|
2018-05-24 21:23:46 +02:00
|
|
|
|
2018-10-06 12:35:49 +02:00
|
|
|
operations = []
|