Skip to content

Commit b9bee5e

Browse files
committed
Fix rubocop violations
1 parent 1c968b4 commit b9bee5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

activerecord/test/schema/postgresql_specific_schema.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
t.oid :obj_id
3838
end
3939

40-
drop_table 'postgresql_timestamp_with_zones', if_exists: true
41-
drop_table 'postgresql_partitioned_table', if_exists: true
42-
drop_table 'postgresql_partitioned_table_parent', if_exists: true
40+
drop_table "postgresql_timestamp_with_zones", if_exists: true
41+
drop_table "postgresql_partitioned_table", if_exists: true
42+
drop_table "postgresql_partitioned_table_parent", if_exists: true
4343

4444
execute "DROP SEQUENCE IF EXISTS companies_nonstd_seq CASCADE"
4545
execute "CREATE SEQUENCE companies_nonstd_seq START 101 OWNED BY companies.id"

0 commit comments

Comments
 (0)