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