Add name to UserFilter model

This commit is contained in:
2018-11-28 11:49:16 -03:00
parent ad1c23a250
commit b98ab853f0
4 changed files with 12 additions and 2 deletions
+3 -1
View File
@@ -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