mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-22 08:08:04 +01:00
Add missing migs
This commit is contained in:
parent
006832b71d
commit
72a9b9e20f
1 changed files with 17 additions and 0 deletions
17
src/purchase/migrations/0004_remove_basket_status.py
Normal file
17
src/purchase/migrations/0004_remove_basket_status.py
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Generated by Django 4.0.4 on 2022-04-24 15:39
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
("purchase", "0003_alter_product_display_order"),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.RemoveField(
|
||||||
|
model_name="basket",
|
||||||
|
name="status",
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in a new issue