diff --git a/database/migrations/2022_08_09_091028_licenses_table_for_self_host.php b/database/migrations/2022_08_09_091028_licenses_table_for_self_host.php deleted file mode 100644 index f55b5004c02d..000000000000 --- a/database/migrations/2022_08_09_091028_licenses_table_for_self_host.php +++ /dev/null @@ -1,31 +0,0 @@ -unsignedBigInteger('recurring_invoice_id')->nullable(); - }); - - } - - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - // - } -};