Sha256: c78693da605fb7134340ebe704e2f802b44b5f07461347abd5b0700e4efdb13c
Contents?: true
Size: 128 Bytes
Versions: 1
Compression:
Stored size: 128 Bytes
Contents
class RemovePageContentOrder < ActiveRecord::Migration def change remove_column :pages, :content_order, :string end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pages_core-3.5.1 | db/migrate/20151204151000_remove_page_content_order.rb |