wip: invoices api

This commit is contained in:
2025-06-16 16:41:02 +01:00
parent 82c4475ece
commit 6c37031b00
12 changed files with 675 additions and 5 deletions
+2
View File
@@ -0,0 +1,2 @@
-- Add column "price" to table: "items"
ALTER TABLE `items` ADD COLUMN `price` integer NULL;