diff --git a/db/migrate/20171230123729_init_schema.rb b/db/migrate/20171230123729_init_schema.rb index 0b7ccaf62bb73650d054f2fefad794445a7971af..ae7541f24759fc2e5117a1736d3fb467737f7298 100644 --- a/db/migrate/20171230123729_init_schema.rb +++ b/db/migrate/20171230123729_init_schema.rb @@ -1,4 +1,14 @@ -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"