fix: code linter

This commit is contained in:
kbe
2025-09-17 16:52:05 +02:00
parent 6058023f30
commit 8acca705fa
4 changed files with 5 additions and 5 deletions

View File

@@ -17,6 +17,6 @@ class CreateTickets < ActiveRecord::Migration[8.0]
end
add_index :tickets, :qr_code, unique: true
add_index :tickets, [:status, :order_id]
add_index :tickets, [ :status, :order_id ]
end
end