Skip to content

Commit 46152aa

Browse files
brunoprietogrosa
authored andcommitted
Use ActiveRecord::Migration[7.0] in migrations
1 parent 29681ec commit 46152aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/migrate/20231211200639_create_solid_queue_tables.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class CreateSolidQueueTables < ActiveRecord::Migration[7.1]
1+
class CreateSolidQueueTables < ActiveRecord::Migration[7.0]
22
def change
33
create_table :solid_queue_jobs do |t|
44
t.string :queue_name, null: false

0 commit comments

Comments
 (0)