Initial version

This commit is contained in:
Jani Pulkkinen
2025-04-16 15:03:30 +03:00
commit 27a51916a3
24 changed files with 2551 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
-- This file should undo anything in `up.sql`
drop table loota_customer;
drop table loota_order;
drop table loota_box;