mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
All kinds of new stuff for Codeception, which isn't working at ALL
This commit is contained in:
@@ -32,6 +32,7 @@ class CreateTransactionCurrenciesTable extends Migration
|
||||
'transaction_currencies', function (Blueprint $table) {
|
||||
$table->increments('id');
|
||||
$table->timestamps();
|
||||
$table->softDeletes();
|
||||
$table->string('code', 3);
|
||||
}
|
||||
);
|
||||
|
Reference in New Issue
Block a user