Initial commit of foodsoft 2
This commit is contained in:
commit
5b9a7e05df
657 changed files with 70444 additions and 0 deletions
9
db/migrate/025_extend_comments.rb
Normal file
9
db/migrate/025_extend_comments.rb
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
class ExtendComments < ActiveRecord::Migration
|
||||
def self.up
|
||||
change_column :comments, :comment, :text, :default => ""
|
||||
end
|
||||
|
||||
def self.down
|
||||
change_column :comments, :comment, :string, :default => ""
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue