Commit
54d9eb375a89a6bfedfac838485bb1ce1fd4238e
Exists in
master
and in
19 other branches
activate_plugin, api_fixies, api_tasks, article_blog_visualization_format, article_layout_refactoring, article_layout_temp, blog_page_bug, clone_article, communities_ratings, design_template, event_layout, fix_forum, fix_suggest_article, folder_improvments, news_page, script_to_update, template_mirror_block, tests, tests_fixies
Add settings field for comments. Now it will be possible to use acts_as_having_fields for comments
| @@ -0,0 +1,5 @@ |
| @@ -0,0 +1,5 @@ |
| |
1
| +class AddSettingsToComments < ActiveRecord::Migration |
| |
2
| + def change |
| |
3
| + add_column :comments, :settings, :text |
| |
4
| + end |
| |
5
| +end |