1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Utkarsh Gupta <guptautkarsh2102@gmail.com>
Date: Mon, 16 Dec 2024 19:00:49 -0300
Subject: This patch handles the transition.
Bug-Debian: https://bugs.debian.org/918610
Last-Update: 2019-03-25
---
test/schema.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/schema.rb b/test/schema.rb
index 2b4da3f..7d33f46 100644
--- a/test/schema.rb
+++ b/test/schema.rb
@@ -1,6 +1,6 @@
module ModelTokenizer
module Test
- class Schema < ActiveRecord::Migration
+ class Schema < ActiveRecord::Migration[4.2]
class << self
def down
drop_table :cars
|