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

Version Path
scribo-1.0.44 db/migrate/20240603090353_add_parent_id_to_scribo_contents.rb
scribo-1.0.43 db/migrate/20240603090353_add_parent_id_to_scribo_contents.rb
scribo-1.0.42 db/migrate/20240603090353_add_parent_id_to_scribo_contents.rb
scribo-1.0.41 db/migrate/20240603090353_add_parent_id_to_scribo_contents.rb