Connection search availability to the make reservation page

This commit is contained in:
2024-07-10 22:08:23 +02:00
parent ab02f8e635
commit 5a646a2b27
4 changed files with 26 additions and 2 deletions

View File

@ -100,7 +100,7 @@ func (m *postgresDBRepo) SearchAvailabilityForAllRooms(start, end time.Time) ([]
rooms r
where r.id not in
(select
roomId
room_id
from
room_restrictions rr
where