add more stuff

This commit is contained in:
2023-08-29 21:34:00 +02:00
parent 894e59d862
commit aac192eb97
11 changed files with 872 additions and 214 deletions

View File

@@ -0,0 +1,3 @@
DROP TABLE inventory_items;
ALTER TABLE "inventory_items_tmp" RENAME TO inventory_items;