forked from mirrors/bookwyrm
Adds merge migration
This commit is contained in:
parent
5bc4456d4e
commit
0cf2baccac
1 changed files with 14 additions and 0 deletions
14
bookwyrm/migrations/0047_merge_20210228_1839.py
Normal file
14
bookwyrm/migrations/0047_merge_20210228_1839.py
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Generated by Django 3.0.7 on 2021-02-28 18:39
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('bookwyrm', '0046_reviewrating'),
|
||||
('bookwyrm', '0046_sitesettings_privacy_policy'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
]
|
Loading…
Reference in a new issue