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:
parent
1c968b484b
commit
b9bee5e895
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue