diff --git a/db/migrate/20150408231524_add_settings_to_comments.rb b/db/migrate/20150408231524_add_settings_to_comments.rb new file mode 100644 index 0000000..f2163e8 --- /dev/null +++ b/db/migrate/20150408231524_add_settings_to_comments.rb @@ -0,0 +1,5 @@ +class AddSettingsToComments < ActiveRecord::Migration + def change + add_column :comments, :settings, :text + end +end -- libgit2 0.21.2