Skip to content

Commit

Permalink
Merge added time and default style color migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbrew committed May 29, 2019
1 parent 3116317 commit 7321a5e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions beers/migrations/0029_merge_20190519_1259.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 2.2.1 on 2019-05-19 12:59

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('beers', '0028_auto_20190514_1914'),
('beers', '0028_style_default_color'),
]

operations = [
]

0 comments on commit 7321a5e

Please sign in to comment.