a11yist/db/migrate/20240830083327_add_checks_standards_join_table.rb

6 lines
130 B
Ruby
Raw Normal View History

2024-09-05 22:54:38 +02:00
class AddChecksStandardsJoinTable < ActiveRecord::Migration[7.2]
def change
create_join_table :checks, :standards
end
end