Skip to content

Commit 7b6c579

Browse files
committed
feat: Add better_together_event_hosts table to schema
1 parent e2ea8af commit 7b6c579

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/dummy/db/schema.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@
383383
t.index ["event_id", "person_id"], name: "by_event_and_person", unique: true
384384
t.index ["event_id"], name: "bt_event_attendance_by_event"
385385
t.index ["person_id"], name: "bt_event_attendance_by_person"
386+
end
386387

387388
create_table "better_together_event_hosts", id: :uuid, default: -> { "gen_random_uuid()" }, force: :cascade do |t|
388389
t.integer "lock_version", default: 0, null: false

0 commit comments

Comments
 (0)