Migrations between development systems make life just more painful

This commit is contained in:
reverend 2021-10-01 19:36:29 +02:00
parent 749aa61828
commit 565a70bbac
1 changed files with 0 additions and 18 deletions

View File

@ -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),
),
]