Fix InsertPresetParameters

This commit is contained in:
Sas Swart
2025-01-24 09:18:50 +00:00
parent 8d2a8f1527
commit 3d4552faaa
9 changed files with 145 additions and 6 deletions

View File

@ -1,3 +1,4 @@
-- TODO (sasswart): add IF NOT EXISTS and other clauses to make the migration more robust
CREATE TABLE template_version_presets
(
id UUID PRIMARY KEY DEFAULT gen_random_uuid(),