Sha256: 4918298d7e9abc46bd37a5adf0da2961b734b8d70749a3c80016b36fb8596b0c
Contents?: true
Size: 533 Bytes
Versions: 1
Compression:
Stored size: 533 Bytes
Contents
class AddBreadcrumbToCkpagesPages < ActiveRecord::Migration def change add_column :ckpages_pages, :title1, :text add_column :ckpages_pages, :url1, :text add_column :ckpages_pages, :title2, :text add_column :ckpages_pages, :url2, :text add_column :ckpages_pages, :title3, :text add_column :ckpages_pages, :url3, :text add_column :ckpages_pages, :title4, :text add_column :ckpages_pages, :url4, :text add_column :ckpages_pages, :title5, :text add_column :ckpages_pages, :url5, :text end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ckpages-0.1.1 | db/migrate/20150425152740_add_breadcrumb_to_ckpages_pages.rb |