From 241d5e91b2b6716e2861cc77d319c3d3568343a8 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sat, 27 Jun 2026 04:23:37 +0200 Subject: Fix unversioned migrations --- db/migrate/20090318212438_remove_summary_column_from_occurrences.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db/migrate/20090318212438_remove_summary_column_from_occurrences.rb') diff --git a/db/migrate/20090318212438_remove_summary_column_from_occurrences.rb b/db/migrate/20090318212438_remove_summary_column_from_occurrences.rb index 71109876..101b87c1 100644 --- a/db/migrate/20090318212438_remove_summary_column_from_occurrences.rb +++ b/db/migrate/20090318212438_remove_summary_column_from_occurrences.rb @@ -1,4 +1,4 @@ -class RemoveSummaryColumnFromOccurrences < ActiveRecord::Migration +class RemoveSummaryColumnFromOccurrences < ActiveRecord::Migration[4.2] def self.up remove_column :occurrences, :summary end -- cgit v1.3