Skip to content

Commit

Permalink
Ups #2
Browse files Browse the repository at this point in the history
  • Loading branch information
pyromaniac committed Sep 19, 2012
1 parent 198ea44 commit 18d219d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20120817143224_add_locale_to_page_parts.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class AddLocaleToPageParts < ActiveRecord::Migration
def self.up
add_column :page_parts, :locale, :string
Page.update_all :locale => I18n.default_locale
PagePart.update_all :locale => I18n.default_locale
end

def self.down
Expand Down

2 comments on commit 18d219d

@foxweb
Copy link

@foxweb foxweb commented on 18d219d Nov 6, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

git commit --amend && git push -f

@pyromaniac
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Нет, пусть все видят - мне нечего скрывать )

Please sign in to comment.