feature/remove-office-data-import #155

Merged
hsh-michaelhoennig merged 14 commits from feature/remove-office-data-import into master 2025-02-05 09:29:44 +01:00
Showing only changes of commit 5107f3b3eb - Show all commits

View File

@ -25,7 +25,7 @@ create table if not exists hs_booking.item
caption varchar(80) not null,
resources jsonb not null,
constraint booking_item_has_project_or_parent_asset
constraint booking_item_has_project_or_parent_item
check (projectUuid is not null or parentItemUuid is not null)
);
--//