Skip to content

Commit

Permalink
Fix migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
ajain1921 committed Apr 27, 2022
1 parent f386180 commit e1a091f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 41 deletions.
18 changes: 0 additions & 18 deletions zubhub_backend/zubhub/creators/migrations/0003_creator_contact.py

This file was deleted.

18 changes: 0 additions & 18 deletions zubhub_backend/zubhub/creators/migrations/0003_setting_contact.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@
class Migration(migrations.Migration):

dependencies = [
('creators', '0003_creator_contact'),
('creators', '0002_alter_creator_first_name'),
]

operations = [
migrations.RemoveField(
model_name='creator',
name='contact',
),
migrations.AddField(
model_name='setting',
name='contact',
Expand Down

0 comments on commit e1a091f

Please sign in to comment.