Minor bug fixes for migration rollback, domain/list and system last_seen
This commit is contained in:
@@ -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');
|
||||
|
@@ -86,6 +86,7 @@ class Echomails extends Migration
|
||||
*/
|
||||
public function down()
|
||||
{
|
||||
Schema::dropIfExists('echomail_seenby');
|
||||
Schema::dropIfExists('echomail_path');
|
||||
Schema::dropIfExists('echomails');
|
||||
}
|
||||
|
Reference in New Issue
Block a user