We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d0d8c commit 9c9c60aCopy full SHA for 9c9c60a
db/migrate/20141215120000_add_article_versions_comments.rb
@@ -0,0 +1,5 @@
1
+class AddArticleVersionsComments < ActiveRecord::Migration
2
+ def self.up
3
+ add_column :kb_article_versions, :version_comments, :string, limit: 255, default: "" unless column_exists?(:kb_article_versions, :version_comments)
4
+ end
5
+end
0 commit comments