mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 17:33:45 +00:00
Fix migration.
This commit is contained in:
@@ -13,8 +13,9 @@ class ChangesForV3310 extends Migration
|
|||||||
*/
|
*/
|
||||||
public function down()
|
public function down()
|
||||||
{
|
{
|
||||||
Schema::drop('tags');
|
|
||||||
Schema::drop('tag_transaction_journal');
|
Schema::drop('tag_transaction_journal');
|
||||||
|
Schema::drop('tags');
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user