Sha256: 8a58b254a7f53f9f4e420ccb373f70fd04ae9efec14e3c692eb392cbb91f6195
Contents?: true
Size: 139 Bytes
Versions: 4
Compression:
Stored size: 139 Bytes
Contents
class AddParentIdToScriboContents < ActiveRecord::Migration[7.1] def change add_column :scribo_contents, :parent_id, :uuid end end
Version data entries
4 entries across 4 versions & 1 rubygems