replace office-data-import by db-restore #154

Merged
hsh-michaelhoennig merged 13 commits from feature/replace-office-data-import-by-db-restore into master 2025-02-04 09:56:00 +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)
);
--//