Sha256: 2381df011a364adc6e48671d652a693968999b23b90b03a08e4df7ab8ebaa07d
Contents?: true
Size: 184 Bytes
Versions: 6
Compression:
Stored size: 184 Bytes
Contents
class AddColumnCategoryIdToCasContent < ActiveRecord::Migration[5.0] def change add_column :cas_contents, :category_id, :uuid add_index :cas_contents, :category_id end end
Version data entries
6 entries across 6 versions & 1 rubygems