diff --git a/app/Database/migrations/2020_03_09_141153_remove_subfleet_type_index.php b/app/Database/migrations/2020_03_09_141153_remove_subfleet_type_index.php
new file mode 100644
index 00000000..81703bf6
--- /dev/null
+++ b/app/Database/migrations/2020_03_09_141153_remove_subfleet_type_index.php
@@ -0,0 +1,27 @@
+dropUnique(['type']);
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ *
+ * @return void
+ */
+ public function down()
+ {
+ }
+}
diff --git a/phpunit.xml b/phpunit.xml
index 140c7501..31eb4618 100755
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -37,6 +37,7 @@
+