18 lines
309 B
Python
18 lines
309 B
Python
|
# Generated by Django 3.1.3 on 2020-11-30 21:19
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('user', '0001_initial'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterModelTable(
|
||
|
name='user',
|
||
|
table='user',
|
||
|
),
|
||
|
]
|