Manuel Bustillo
cca869a0c4
Some checks failed
Run unit tests / unit_tests (pull_request) Failing after 1m8s
6 lines
155 B
Ruby
6 lines
155 B
Ruby
class AddGroupToGuest < ActiveRecord::Migration[7.1]
|
|
def change
|
|
add_reference :guests, :group, null: false, foreign_key: true, type: :uuid
|
|
end
|
|
end
|