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/20090401190026_add_full_name_to_users.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db/migrate/20090401190026_add_full_name_to_users.rb') diff --git a/db/migrate/20090401190026_add_full_name_to_users.rb b/db/migrate/20090401190026_add_full_name_to_users.rb index a2599e78..8bac436c 100644 --- a/db/migrate/20090401190026_add_full_name_to_users.rb +++ b/db/migrate/20090401190026_add_full_name_to_users.rb @@ -1,4 +1,4 @@ -class AddFullNameToUsers < ActiveRecord::Migration +class AddFullNameToUsers < ActiveRecord::Migration[4.2] def self.up end -- cgit v1.3