feat(backend): Add applicationFormTemplate, add isTemplate flag, refactoring

This commit is contained in:
2025-03-08 17:35:09 +01:00
parent 40e295937d
commit 59a8c5d900
12 changed files with 262 additions and 10 deletions

View File

@@ -1,5 +1,6 @@
create table application_form
(
is_template boolean not null,
created_at timestamp(6) not null,
modified_at timestamp(6) not null,
id uuid not null,