language moved to dataclass
This commit is contained in:
22
Main/migrations/0074_auto_20211106_1215.py
Normal file
22
Main/migrations/0074_auto_20211106_1215.py
Normal file
@@ -0,0 +1,22 @@
|
||||
# Generated by Django 3.2.4 on 2021-11-06 09:15
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('Main', '0073_auto_20211106_0125'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='solution',
|
||||
name='language',
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='solution',
|
||||
name='language_id',
|
||||
field=models.IntegerField(default=0),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user