Skip to content

Commit

Permalink
readding the page_content label
Browse files Browse the repository at this point in the history
  • Loading branch information
Emerson committed Jul 31, 2013
1 parent 2823332 commit e483955
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/migrate/01_create_cms.rb
Expand Up @@ -54,6 +54,7 @@ def self.up

# -- Page Contents ------------------------------------------------------
create_table :cms_page_contents do |t|
t.string :label
t.integer :page_id
t.string :slug
t.text :content, text_limit
Expand Down

0 comments on commit e483955

Please sign in to comment.