1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix rubocop violations

This commit is contained in:
Rafael Mendonça França 2017-02-13 14:00:05 -03:00
parent 1c968b484b
commit b9bee5e895
No known key found for this signature in database
GPG key ID: FC23B6D0F1EEE948

View file

@ -37,9 +37,9 @@ ActiveRecord::Schema.define do
t.oid :obj_id
end
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
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
execute "DROP SEQUENCE IF EXISTS companies_nonstd_seq CASCADE"
execute "CREATE SEQUENCE companies_nonstd_seq START 101 OWNED BY companies.id"