1
0
mirror of https://github.com/hexolan/stocklet.git synced 2026-05-20 19:49:26 +01:00

chore: initial commit

This commit is contained in:
2024-04-16 22:27:52 +01:00
commit 531b5dabe2
194 changed files with 27071 additions and 0 deletions
@@ -0,0 +1,4 @@
DROP TABLE IF EXISTS product_stock CASCADE;
DROP TABLE IF EXISTS reservations CASCADE;
DROP TABLE IF EXISTS reservation_items CASCADE;
DROP TABLE IF EXISTS event_outbox CASCADE;