diff --git a/db/data/20240711125841_create_incomes.rb b/db/data/20240711125841_create_incomes.rb index fbf14cd..5ebaee7 100644 --- a/db/data/20240711125841_create_incomes.rb +++ b/db/data/20240711125841_create_incomes.rb @@ -3,7 +3,7 @@ class CreateIncomes < ActiveRecord::Migration[7.0] def up Income.create(income_type: "Salary", rate: 100000, hours: 40, weekly_income: 1923.08) - Income.create(income_type: "Hourly", rate: 4700, hours: 40, weekly_income: 1880.0) + Income.create(income_type: "Hourly", rate: 47, hours: 40, weekly_income: 1880.0) end def down