Migrations between development systems make life just more painful
This commit is contained in:
parent
e2754dc56c
commit
749aa61828
@ -1,18 +0,0 @@
|
||||
# Generated by Django 3.1.1 on 2021-10-01 07:38
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('lostplaces', '0008_explorer_level'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='place',
|
||||
name='level',
|
||||
field=models.IntegerField(choices=[(1, 'Ruin'), (2, 'Vandalized'), (3, 'Natures Treasure'), (4, 'Long Time no See'), (5, 'Time Capsule')], default=5),
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue
Block a user