fix: createLayout passes 0 for legacy NOT NULL template_id

This commit is contained in:
Mitchell R 2026-05-10 21:59:47 +02:00
parent 533412a826
commit b8f934b2be

View file

@ -556,7 +556,7 @@ export class Repository {
).run( ).run(
input.name, input.name,
input.description ?? null, input.description ?? null,
null, 0,
J([]), J([]),
1, 1,
1, 1,