mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
fixing scheduling bug
This commit is contained in:
parent
df609c8df8
commit
f2141fb6dc
3 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue