123456789101112131415161718 |
- # -*- coding: utf-8 -*-
- # Generated by Django 1.11.5 on 2018-03-29 11:03
- from __future__ import unicode_literals
- from django.db import migrations
- class Migration(migrations.Migration):
- dependencies = [
- ('checkIn', '0003_luckydraw'),
- ]
- operations = [
- migrations.DeleteModel(
- name='Luckydraw',
- ),
- ]
|