mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
fixing bugs with school_question creation
This commit is contained in:
parent
c7892bcb86
commit
5dc79e5da7
2 changed files with 4 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20181218154720) do
|
||||
ActiveRecord::Schema.define(version: 20181221180917) do
|
||||
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "plpgsql"
|
||||
|
|
@ -168,6 +168,7 @@ ActiveRecord::Schema.define(version: 20181218154720) do
|
|||
t.string "year"
|
||||
t.datetime "created_at", null: false
|
||||
t.datetime "updated_at", null: false
|
||||
t.integer "response_total"
|
||||
end
|
||||
|
||||
create_table "schools", force: :cascade do |t|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue