diff --git a/zubhub_backend/zubhub/creators/migrations/0003_creator_contact.py b/zubhub_backend/zubhub/creators/migrations/0003_creator_contact.py deleted file mode 100644 index f3cbc6819..000000000 --- a/zubhub_backend/zubhub/creators/migrations/0003_creator_contact.py +++ /dev/null @@ -1,18 +0,0 @@ -# Generated by Django 3.1 on 2022-02-18 22:40 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('creators', '0002_alter_creator_first_name'), - ] - - operations = [ - migrations.AddField( - model_name='creator', - name='contact', - field=models.PositiveSmallIntegerField(blank=True, choices=[(1, 'WHATSAPP'), (2, 'EMAIL'), (3, 'SMS')], default=3, null=True), - ), - ] diff --git a/zubhub_backend/zubhub/creators/migrations/0003_setting_contact.py b/zubhub_backend/zubhub/creators/migrations/0003_setting_contact.py deleted file mode 100644 index 72d6b0765..000000000 --- a/zubhub_backend/zubhub/creators/migrations/0003_setting_contact.py +++ /dev/null @@ -1,18 +0,0 @@ -# Generated by Django 3.2 on 2022-02-28 21:15 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('creators', '0002_alter_creator_first_name'), - ] - - operations = [ - migrations.AddField( - model_name='setting', - name='contact', - field=models.PositiveSmallIntegerField(blank=True, choices=[(1, 'WHATSAPP'), (2, 'EMAIL'), (3, 'SMS')], default=3, null=True), - ), - ] diff --git a/zubhub_backend/zubhub/creators/migrations/0004_auto_20220222_0254.py b/zubhub_backend/zubhub/creators/migrations/0004_auto_20220222_0254.py index fc7dd8303..95e24af1f 100644 --- a/zubhub_backend/zubhub/creators/migrations/0004_auto_20220222_0254.py +++ b/zubhub_backend/zubhub/creators/migrations/0004_auto_20220222_0254.py @@ -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',