Commit c67e4087 by Calen Pennington

Regenerate the second of two 0002 refund migrations

parent b1e1d7cc
...@@ -7,7 +7,7 @@ from django.db import migrations, models ...@@ -7,7 +7,7 @@ from django.db import migrations, models
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
('refund', '0001_squashed_0002_auto_20150515_2220'), ('refund', '0002_auto_20151211_1417'),
] ]
operations = [ operations = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment