class PostgresqlExtensionMigrationTest::DisableHstore

Public Instance Methods

change() click to toggle source
# File activerecord/test/cases/adapters/postgresql/extension_migration_test.rb, line 15
def change
  disable_extension "hstore"
end