test(return preforms): start to preform return

This commit is contained in:
2025-06-12 21:09:10 -05:00
parent 1cb285bea8
commit 3283972809
2 changed files with 150 additions and 0 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE "printerData" ADD COLUMN "processes" jsonb DEFAULT '[]'::jsonb;