Fix import from wcag2.1de
This commit is contained in:
parent
903282ef5e
commit
a304cb0d56
4 changed files with 66 additions and 51 deletions
3
db/schema.rb
generated
3
db/schema.rb
generated
|
|
@ -10,7 +10,7 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema[7.2].define(version: 2024_10_25_215341) do
|
||||
ActiveRecord::Schema[7.2].define(version: 2024_10_26_170258) do
|
||||
create_table "account_remember_keys", force: :cascade do |t|
|
||||
t.string "key", null: false
|
||||
t.datetime "deadline", null: false
|
||||
|
|
@ -116,6 +116,7 @@ ActiveRecord::Schema[7.2].define(version: 2024_10_25_215341) do
|
|||
create_table "checks_standards", id: false, force: :cascade do |t|
|
||||
t.integer "check_id", null: false
|
||||
t.integer "standard_id", null: false
|
||||
t.index ["check_id", "standard_id"], name: "index_checks_standards_on_check_id_and_standard_id", unique: true
|
||||
end
|
||||
|
||||
create_table "elements", force: :cascade do |t|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue