Upgrade to Rails 6.1 and apply new framework defaults

This commit is contained in:
Sebastian Serth
2021-05-12 16:45:43 +02:00
parent 504bb07ae1
commit 11962a1d65
20 changed files with 226 additions and 152 deletions

View File

@ -2,15 +2,15 @@
# of editing this file, please use the migrations feature of Active Record to
# incrementally modify your database, and then regenerate this schema definition.
#
# This file is the source Rails uses to define your schema when running `rails
# db:schema:load`. When creating a new database, `rails db:schema:load` tends to
# This file is the source Rails uses to define your schema when running `bin/rails
# db:schema:load`. When creating a new database, `bin/rails db:schema:load` tends to
# be faster and is potentially less error prone than running all of your
# migrations from scratch. Old migrations may fail to apply correctly if those
# migrations use external dependencies or application code.
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 2021_05_10_174452) do
ActiveRecord::Schema.define(version: 2021_05_12_133612) do
# These are extensions that must be enabled in order to support this database
enable_extension "pg_trgm"