mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-10-31 22:19:00 +00:00
Merge branch 'main' into production
This commit is contained in:
commit
bfef6f2d8a
1 changed files with 14 additions and 0 deletions
14
bookwyrm/migrations/0064_merge_20201101_1913.py
Normal file
14
bookwyrm/migrations/0064_merge_20201101_1913.py
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Generated by Django 3.0.7 on 2020-11-01 19:13
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('bookwyrm', '0063_user_last_active_date'),
|
||||
('bookwyrm', '0063_auto_20201101_1758'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
]
|
Loading…
Reference in a new issue