.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 3.1.3 on 2021-02-17 14:23
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('longs', '0023_auto_20210216_1315'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='ciduseranswer',
|
||||
options={'ordering': ['cid']},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user