Add name to UserFilter model
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 2018_11_14_140017) do
|
||||
ActiveRecord::Schema.define(version: 2018_11_28_144538) do
|
||||
|
||||
create_table "contractor_initializations", force: :cascade do |t|
|
||||
t.integer "workflow_instance_id"
|
||||
@@ -59,6 +59,8 @@ ActiveRecord::Schema.define(version: 2018_11_14_140017) do
|
||||
t.text "filters"
|
||||
t.datetime "created_at", null: false
|
||||
t.datetime "updated_at", null: false
|
||||
t.string "name"
|
||||
t.index ["scope_key"], name: "index_dunlop_user_filters_on_scope_key"
|
||||
t.index ["user_id"], name: "index_dunlop_user_filters_on_user_id"
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user