Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of git@github.com:railsrumble/teamwnn
Browse files Browse the repository at this point in the history
  • Loading branch information
kellishaver committed Oct 19, 2008
2 parents 37b3972 + c923255 commit 8eae0b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
class EnableShowForExistingProjects < ActiveRecord::Migration
def self.up
Project.update_all ["show_code_snippets=?, show_palettes=?, show_links=?, show_notes=?, show_photos=?, show_screenshots=?", *([true]*6)]
end

def self.down
end
end
2 changes: 1 addition & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
# It's strongly recommended to check this file into your version control system.

ActiveRecord::Schema.define(:version => 20081019211532) do
ActiveRecord::Schema.define(:version => 20081019213034) do

create_table "activities", :force => true do |t|
t.string "message"
Expand Down

0 comments on commit 8eae0b1

Please sign in to comment.