Fix Rails/CreateTableWithTimestamps cop (#30836)

This commit is contained in:
Matt Jankowski 2024-10-01 09:56:43 -04:00 committed by Claire
commit c91e06bcad
9 changed files with 13 additions and 8 deletions

View file

@ -2,7 +2,7 @@
class CreatePgheroSpaceStats < ActiveRecord::Migration[5.2]
def change
create_table :pghero_space_stats do |t|
create_table :pghero_space_stats do |t| # rubocop:disable Rails/CreateTableWithTimestamps
t.text :database
t.text :schema
t.text :relation