feat(ocp): printer sync and logging logic added

This commit is contained in:
2026-04-13 15:34:18 -05:00
parent 87f738702a
commit 80189baf90
21 changed files with 8858 additions and 10 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE "printer_log" ADD COLUMN "created_at" timestamp DEFAULT now();