Rename type column to category to avoid conflict with rails
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20180814145059) do
|
||||
ActiveRecord::Schema.define(version: 20180814154055) do
|
||||
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "plpgsql"
|
||||
@ -96,7 +96,7 @@ ActiveRecord::Schema.define(version: 20180814145059) do
|
||||
add_index "errors", ["submission_id"], name: "index_errors_on_submission_id", using: :btree
|
||||
|
||||
create_table "events", force: :cascade do |t|
|
||||
t.string "type"
|
||||
t.string "category"
|
||||
t.string "data"
|
||||
t.integer "user_id"
|
||||
t.string "user_type"
|
||||
|
Reference in New Issue
Block a user