From 39160d654b3d2f64e5d420e08c9e0f3d053528dc Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Mon, 21 Oct 2024 22:24:42 -0500 Subject: [PATCH] chore:clean up migrations --- ...024_10_21_155635_update_shared_columns.php | 32 ------------------- 1 file changed, 32 deletions(-) delete mode 100644 database/migrations/2024_10_21_155635_update_shared_columns.php diff --git a/database/migrations/2024_10_21_155635_update_shared_columns.php b/database/migrations/2024_10_21_155635_update_shared_columns.php deleted file mode 100644 index 3597cb6..0000000 --- a/database/migrations/2024_10_21_155635_update_shared_columns.php +++ /dev/null @@ -1,32 +0,0 @@ -renameColumn('write', 'full_access'); - $table->datetime('invite_accepted_at')->nullable(); - }); - - - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - - - } -}; \ No newline at end of file