feat: add purchase reflections

This commit is contained in:
2024-11-24 21:31:59 +01:00
parent a73f5b883c
commit 8e7bfd2048
15 changed files with 372 additions and 63 deletions

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "items" ALTER COLUMN "reflections" SET DEFAULT null;