Add migration to make id on DreamComeTrue explicit
parent
f593208760
commit
516bc22adc
@ -0,0 +1,18 @@
|
||||
# Generated by Django 3.2.10 on 2022-01-02 01:34
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('wishlist', '0003_auto_20210216_0433'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='dreamcometrue',
|
||||
name='id',
|
||||
field=models.AutoField(primary_key=True, serialize=False),
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue