aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema/postgresql_specific_schema.rb
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2018-07-12 14:03:52 -0400
committerGitHub <noreply@github.com>2018-07-12 14:03:52 -0400
commit0d864e7eff47ae740b9ea463b46453963ef264cd (patch)
tree3f15667a42e6422d67ec183405263ea50a0b5e68 /activerecord/test/schema/postgresql_specific_schema.rb
parent16f435f9313daa9e00dad25e2bcf95e30ad736ed (diff)
parent6f58b2cfc97d9ac2358600f18b0fabc48fdfc2c6 (diff)
downloadrails-0d864e7eff47ae740b9ea463b46453963ef264cd.tar.gz
rails-0d864e7eff47ae740b9ea463b46453963ef264cd.tar.bz2
rails-0d864e7eff47ae740b9ea463b46453963ef264cd.zip
Merge pull request #33350 from kamipo/address_blank_lines_automatically
Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the future
Diffstat (limited to 'activerecord/test/schema/postgresql_specific_schema.rb')
-rw-r--r--activerecord/test/schema/postgresql_specific_schema.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/test/schema/postgresql_specific_schema.rb b/activerecord/test/schema/postgresql_specific_schema.rb
index f15178d695..975824ed51 100644
--- a/activerecord/test/schema/postgresql_specific_schema.rb
+++ b/activerecord/test/schema/postgresql_specific_schema.rb
@@ -1,7 +1,6 @@
# frozen_string_literal: true
ActiveRecord::Schema.define do
-
enable_extension!("uuid-ossp", ActiveRecord::Base.connection)
enable_extension!("pgcrypto", ActiveRecord::Base.connection) if ActiveRecord::Base.connection.supports_pgcrypto_uuid?