6 lines
122 B
Ruby
6 lines
122 B
Ruby
|
|
class AddChecksLinksJoinTable < ActiveRecord::Migration[7.2]
|
||
|
|
def change
|
||
|
|
create_join_table :checks, :links
|
||
|
|
end
|
||
|
|
end
|