mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 00:04:24 +00:00
Fixes and tests for transactions.
This commit is contained in:
@@ -15,7 +15,6 @@ class CreateComponentTransactionTable extends Migration {
|
||||
Schema::create('component_transaction', function(Blueprint $table)
|
||||
{
|
||||
$table->increments('id');
|
||||
$table->timestamps();
|
||||
$table->integer('component_id')->unsigned();
|
||||
$table->integer('transaction_id')->unsigned();
|
||||
|
||||
|
Reference in New Issue
Block a user