mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Fixed mat assignment rules to be db agnostic with comma delimited strings and upgraded test env db to mariadb 10.10 to match production.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class UseCommaDelimmStringForMatAssignmentRules < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
change_column :mat_assignment_rules, :weight_classes, :string
|
||||
change_column :mat_assignment_rules, :bracket_positions, :string
|
||||
change_column :mat_assignment_rules, :rounds, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user