mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-20 11:33:59 +00:00
New field for #122
This commit is contained in:
@@ -26,6 +26,14 @@ class ChangesForV380 extends Migration
|
||||
*/
|
||||
public function up()
|
||||
{
|
||||
|
||||
// extend transaction journals:
|
||||
Schema::table(
|
||||
'transaction_journals', function (Blueprint $table) {
|
||||
$table->date('process_date')->nullable()->after('book_date');
|
||||
}
|
||||
);
|
||||
|
||||
// new table "export_jobs"
|
||||
Schema::create(
|
||||
'export_jobs', function (Blueprint $table) {
|
||||
|
Reference in New Issue
Block a user