mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix migration.
This commit is contained in:
parent
66a04d8365
commit
fb047bd5f4
@ -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');
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user