diff --git a/core/migrations/0015_merge_20191005_1926.py b/core/migrations/0015_merge_20191005_1926.py
new file mode 100644
index 0000000000000000000000000000000000000000..ae7f6c543ff5e4c64099fe6e162fa031773b0a19
--- /dev/null
+++ b/core/migrations/0015_merge_20191005_1926.py
@@ -0,0 +1,16 @@
+# -*- coding: utf-8 -*-
+# Generated by Django 1.10.5 on 2019-10-05 12:26
+from __future__ import unicode_literals
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('core', '0014_feedback'),
+        ('core', '0014_company_category'),
+    ]
+
+    operations = [
+    ]
diff --git a/core/migrations/0016_merge_20191005_2235.py b/core/migrations/0016_merge_20191005_2235.py
new file mode 100644
index 0000000000000000000000000000000000000000..eb0946c46dd4bfdaa7ab803c8db35a44d3c897cc
--- /dev/null
+++ b/core/migrations/0016_merge_20191005_2235.py
@@ -0,0 +1,16 @@
+# -*- coding: utf-8 -*-
+# Generated by Django 1.10.5 on 2019-10-05 15:35
+from __future__ import unicode_literals
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('core', '0015_merge_20191005_1926'),
+        ('core', '0015_merge_20191005_1957'),
+    ]
+
+    operations = [
+    ]