Fix import from wcag2.1de
Some checks failed
/ Run tests (push) Failing after 16s
/ Run system tests (push) Failing after 15s
/ Build, push and deploy image (push) Has been skipped

This commit is contained in:
david 2024-10-26 19:13:20 +02:00
parent 903282ef5e
commit a304cb0d56
4 changed files with 66 additions and 51 deletions

View file

@ -0,0 +1,5 @@
class AddUniqIndexToChecksStandards < ActiveRecord::Migration[7.2]
def change
add_index :checks_standards, [:check_id, :standard_id], unique: true
end
end