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/20090318203913_add_location_to_event.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db/migrate/20090318203913_add_location_to_event.rb') diff --git a/db/migrate/20090318203913_add_location_to_event.rb b/db/migrate/20090318203913_add_location_to_event.rb index 5345781c..40dfbf18 100644 --- a/db/migrate/20090318203913_add_location_to_event.rb +++ b/db/migrate/20090318203913_add_location_to_event.rb @@ -1,4 +1,4 @@ -class AddLocationToEvent < ActiveRecord::Migration +class AddLocationToEvent < ActiveRecord::Migration[4.2] def self.up add_column :events, :location, :text end -- cgit v1.3