Refactoring

This commit is contained in:
Peter Papp
2021-07-22 14:24:07 +02:00
parent 69eb8dacce
commit 093c9451ec
34 changed files with 214 additions and 120 deletions

View File

@@ -36,6 +36,6 @@ class CreateFileManagerFolders extends Migration
*/
public function down()
{
Schema::dropIfExists('file_manager_folders');
Schema::dropIfExists('folders');
}
}

View File

@@ -43,6 +43,6 @@ class CreateFileManagerFiles extends Migration
*/
public function down()
{
Schema::dropIfExists('file_manager_files');
Schema::dropIfExists('files');
}
}