Commit 2f66a7bb authored by Nick Thomas's avatar Nick Thomas

Bring the InitSchema migration up to standard

parent cfe31f99
class InitSchema < ActiveRecord::Migration
# frozen_string_literal: true
# rubocop:disable Layout/SpaceInsideHashLiteralBraces
# rubocop:disable Layout/SpaceAroundOperators
# rubocop:disable Metrics/AbcSize
# rubocop:disable Migration/AddConcurrentForeignKey
# rubocop:disable Style/WordArray
class InitSchema < ActiveRecord::Migration[4.2]
DOWNTIME = false
def up
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment