File: transition.patch

package info (click to toggle)
ruby-model-tokenizer 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 180 kB
  • sloc: ruby: 245; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 605 bytes parent folder | download
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