Migrations between development systems make life just more painful
This commit is contained in:
parent
749aa61828
commit
565a70bbac
@ -1,18 +0,0 @@
|
||||
# Generated by Django 3.1.1 on 2021-10-01 06:53
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('lostplaces', '0007_auto_20211001_0648'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='explorer',
|
||||
name='level',
|
||||
field=models.IntegerField(choices=[(1, 'Newbie'), (2, 'Scout'), (3, 'Explorer'), (4, 'Journalist'), (5, 'Housekeeper')], default=1),
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue
Block a user