fixing scheduling bug

This commit is contained in:
Jared Cosulich 2017-04-21 22:36:45 -04:00
parent df609c8df8
commit f2141fb6dc
3 changed files with 4 additions and 3 deletions

View file

@ -122,7 +122,7 @@ ActiveRecord::Schema.define(version: 20170418173141) do
t.integer "school_id"
t.string "name"
t.text "description"
t.integer "frequency_hours"
t.integer "frequency_hours", default: 24
t.date "start_date"
t.date "end_date"
t.boolean "active", default: true