mock events saved to db

This commit is contained in:
2026-08-19 23:19:16 -06:00
parent bff9e2bca4
commit e108e9da26
13 changed files with 970 additions and 366 deletions
@@ -0,0 +1,9 @@
BEGIN;
DROP TABLE mock.sale_form_shop_selection;
DROP TABLE mock.refund_form_shop_selection;
DROP TABLE mock.count_form_shop_selection;
COMMIT;