From 607367feb26204234d039e8a6c7e8161a4b68df9 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Fri, 2 Mar 2018 13:14:20 -0600 Subject: [PATCH] Replace the ref_class_id --- app/Database/seeds/sample.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/app/Database/seeds/sample.yml b/app/Database/seeds/sample.yml index 73443c38..2e0dd039 100644 --- a/app/Database/seeds/sample.yml +++ b/app/Database/seeds/sample.yml @@ -456,7 +456,7 @@ journal_transactions: currency: USD memo: 'Ground handling' ref_class: App\Models\Pirep - ref_class_id: 0 + ref_class_id: pirepid_1 created_at: '2018-03-02 19:10:10' updated_at: '2018-03-02 19:10:10' post_date: '2018-03-02 19:10:10' @@ -469,7 +469,7 @@ journal_transactions: currency: USD memo: 'Expense: Per-Flight (multiplier, on airline)' ref_class: App\Models\Pirep - ref_class_id: 0 + ref_class_id: pirepid_1 created_at: '2018-03-02 19:10:10' updated_at: '2018-03-02 19:10:10' post_date: '2018-03-02 19:10:10' @@ -482,7 +482,7 @@ journal_transactions: currency: USD memo: 'Expense: Per-Flight (multiplier)' ref_class: App\Models\Pirep - ref_class_id: 0 + ref_class_id: pirepid_1 created_at: '2018-03-02 19:10:10' updated_at: '2018-03-02 19:10:10' post_date: '2018-03-02 19:10:10' @@ -495,7 +495,7 @@ journal_transactions: currency: USD memo: 'Expense: Per-Flight (multiplier, on airline)' ref_class: App\Models\Pirep - ref_class_id: 0 + ref_class_id: pirepid_1 created_at: '2018-03-02 19:10:10' updated_at: '2018-03-02 19:10:10' post_date: '2018-03-02 19:10:10' @@ -508,7 +508,7 @@ journal_transactions: currency: USD memo: 'Expense: Per-Flight (no muliplier)' ref_class: App\Models\Pirep - ref_class_id: 0 + ref_class_id: pirepid_1 created_at: '2018-03-02 19:10:10' updated_at: '2018-03-02 19:10:10' post_date: '2018-03-02 19:10:10' @@ -521,7 +521,7 @@ journal_transactions: currency: USD memo: 'Pilot Payment @ 50' ref_class: App\Models\Pirep - ref_class_id: 0 + ref_class_id: pirepid_1 created_at: '2018-03-02 19:10:10' updated_at: '2018-03-02 19:10:10' post_date: '2018-03-02 19:10:10' @@ -534,7 +534,7 @@ journal_transactions: currency: USD memo: 'Pilot Payment @ 50' ref_class: App\Models\Pirep - ref_class_id: 0 + ref_class_id: pirepid_1 created_at: '2018-03-02 19:10:10' updated_at: '2018-03-02 19:10:10' post_date: '2018-03-02 19:10:10' @@ -547,7 +547,7 @@ journal_transactions: currency: USD memo: 'Fares B10; price:1100, cost: 0' ref_class: App\Models\Pirep - ref_class_id: 0 + ref_class_id: pirepid_1 created_at: '2018-03-02 19:10:10' updated_at: '2018-03-02 19:10:10' post_date: '2018-03-02 19:10:10' @@ -560,7 +560,7 @@ journal_transactions: currency: USD memo: 'Fares F10; price:1000, cost: 0' ref_class: App\Models\Pirep - ref_class_id: 0 + ref_class_id: pirepid_1 created_at: '2018-03-02 19:10:10' updated_at: '2018-03-02 19:10:10' post_date: '2018-03-02 19:10:10' @@ -573,7 +573,7 @@ journal_transactions: currency: USD memo: 'Fares Y300; price:200, cost: 0' ref_class: App\Models\Pirep - ref_class_id: 0 + ref_class_id: pirepid_1 created_at: '2018-03-02 19:10:10' updated_at: '2018-03-02 19:10:10' post_date: '2018-03-02 19:10:10'