summaryrefslogtreecommitdiffstats
path: root/db/migrate/20091227112908_change_wiki_contents_text_limit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20091227112908_change_wiki_contents_text_limit.rb')
-rw-r--r--db/migrate/20091227112908_change_wiki_contents_text_limit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20091227112908_change_wiki_contents_text_limit.rb b/db/migrate/20091227112908_change_wiki_contents_text_limit.rb
index 225f71e68..d60a9a846 100644
--- a/db/migrate/20091227112908_change_wiki_contents_text_limit.rb
+++ b/db/migrate/20091227112908_change_wiki_contents_text_limit.rb
@@ -1,4 +1,4 @@
-class ChangeWikiContentsTextLimit < ActiveRecord::Migration
+class ChangeWikiContentsTextLimit < ActiveRecord::Migration[4.2]
def self.up
# Migrates MySQL databases only
# Postgres would raise an error (see http://dev.rubyonrails.org/ticket/3818)