Skip to content

Commit

Permalink
Add migrations file #13
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsnodnb committed Jun 5, 2018
1 parent 94cd29b commit 05bdcfd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions storekit/migrations/0004_auto_20180605_1629.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Generated by Django 2.0.4 on 2018-06-05 16:29

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('storekit', '0003_auto_20171219_0021'),
]

operations = [
migrations.RemoveField(
model_name='purchase',
name='response',
),
migrations.DeleteModel(
name='Purchase',
),
]

0 comments on commit 05bdcfd

Please sign in to comment.