Completely remove old hints connected to the execution environment

This commit is contained in:
Sebastian Serth
2018-11-27 18:15:12 +01:00
parent 5d13ee0e56
commit efacb5a6a9
29 changed files with 12 additions and 534 deletions

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_26_163428) do
ActiveRecord::Schema.define(version: 2018_11_27_160857) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -223,16 +223,6 @@ ActiveRecord::Schema.define(version: 2018_11_26_163428) do
t.index ["context_id", "context_type"], name: "index_files_on_context_id_and_context_type"
end
create_table "hints", force: :cascade do |t|
t.integer "execution_environment_id"
t.string "locale", limit: 255
t.text "message"
t.string "name", limit: 255
t.string "regular_expression", limit: 255
t.datetime "created_at"
t.datetime "updated_at"
end
create_table "internal_users", force: :cascade do |t|
t.integer "consumer_id"
t.string "email", limit: 255