Class: AddIndexesToRubyCmsTables
- Inherits:
-
Object
- Object
- AddIndexesToRubyCmsTables
- Defined in:
- lib/generators/ruby_cms/templates/db/migrate/20260125000010_add_indexes_to_ruby_cms_tables.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
4 5 6 7 8 |
# File 'lib/generators/ruby_cms/templates/db/migrate/20260125000010_add_indexes_to_ruby_cms_tables.rb', line 4 def change return if index_exists?(:ruby_cms_content_blocks, :updated_by_id) add_index :ruby_cms_content_blocks, :updated_by_id, if_not_exists: true end |