mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
reversed questions
This commit is contained in:
parent
aa5f1ad157
commit
e73351d0f5
8 changed files with 19 additions and 8 deletions
|
|
@ -10,7 +10,7 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20170418173141) do
|
||||
ActiveRecord::Schema.define(version: 20171028181758) do
|
||||
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "plpgsql"
|
||||
|
|
@ -72,6 +72,7 @@ ActiveRecord::Schema.define(version: 20170418173141) do
|
|||
t.datetime "updated_at", null: false
|
||||
t.integer "target_group", default: 0
|
||||
t.boolean "for_recipient_students", default: false
|
||||
t.boolean "reverse", default: false
|
||||
end
|
||||
|
||||
create_table "recipient_lists", force: :cascade do |t|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue