Use Rails 5.2 schema format
This commit is contained in:
@@ -10,12 +10,12 @@
|
||||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20200908084257) do
|
||||
ActiveRecord::Schema.define(version: 2020_09_08_084257) do
|
||||
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "pg_trgm"
|
||||
enable_extension "plpgsql"
|
||||
enable_extension "unaccent"
|
||||
enable_extension "pg_trgm"
|
||||
|
||||
create_table "active_poll_translations", id: :serial, force: :cascade do |t|
|
||||
t.integer "active_poll_id", null: false
|
||||
|
||||
Reference in New Issue
Block a user