Skip to content

Commit

Permalink
merge migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbrew committed Aug 22, 2019
1 parent 3308671 commit 7de3e15
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions beers/migrations/0031_merge_20190822_0221.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 2.2.4 on 2019-08-22 02:21

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('beers', '0030_auto_20190807_2142'),
('beers', '0030_userfavoritebeer'),
]

operations = [
]

0 comments on commit 7de3e15

Please sign in to comment.