Skip to content

Commit

Permalink
migrate nop
Browse files Browse the repository at this point in the history
  • Loading branch information
toresbe committed Apr 28, 2020
1 parent da34fa2 commit 11a53ab
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions packages/fkweb/fk/migrations/0008_auto_20200428_1206.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated by Django 2.2.9 on 2020-04-28 10:06

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('fk', '0007_work_around_table_name_mishigas'),
]

operations = [
migrations.AlterModelOptions(
name='user',
options={},
),
]

0 comments on commit 11a53ab

Please sign in to comment.