Completely remove old hints connected to the execution environment
This commit is contained in:
12
db/schema.rb
12
db/schema.rb
@ -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
|
||||
|
Reference in New Issue
Block a user