Sha256: e934d4512352b7e573e8ee48d26e2c7f042ebe9361cd6a986cff26cadd260d14
Contents?: true
Size: 192 Bytes
Versions: 3
Compression:
Stored size: 192 Bytes
Contents
class AddStartPageToPandaCMSMenus < ActiveRecord::Migration[7.1] def change add_reference :panda_cms_menus, :start_page, type: :uuid, foreign_key: {to_table: :panda_cms_pages} end end
Version data entries
3 entries across 3 versions & 1 rubygems