We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c968b4 commit b9bee5eCopy full SHA for b9bee5e
activerecord/test/schema/postgresql_specific_schema.rb
@@ -37,9 +37,9 @@
37
t.oid :obj_id
38
end
39
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
+ drop_table "postgresql_timestamp_with_zones", if_exists: true
+ drop_table "postgresql_partitioned_table", if_exists: true
+ drop_table "postgresql_partitioned_table_parent", if_exists: true
43
44
execute "DROP SEQUENCE IF EXISTS companies_nonstd_seq CASCADE"
45
execute "CREATE SEQUENCE companies_nonstd_seq START 101 OWNED BY companies.id"
0 commit comments