Minor bug fixes for migration rollback, domain/list and system last_seen

This commit is contained in:
Deon George
2022-12-03 13:35:23 +11:00
parent 09fe65a8db
commit 00bdcfba03
4 changed files with 8 additions and 7 deletions

View File

@@ -73,7 +73,7 @@ class Echoarea extends Migration
*/
public function down()
{
Schema::dropIfExists('address_echomail');
Schema::dropIfExists('address_echoarea');
Schema::dropIfExists('address_filearea');
Schema::dropIfExists('fileareas');

View File

@@ -86,6 +86,7 @@ class Echomails extends Migration
*/
public function down()
{
Schema::dropIfExists('echomail_seenby');
Schema::dropIfExists('echomail_path');
Schema::dropIfExists('echomails');
}