a11yist/db/migrate/20240830134641_add_checks_links_join_table.rb

6 lines
122 B
Ruby
Raw Permalink Normal View History

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