6.4.0: Экран товаров (Shopping List)
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m22s

This commit is contained in:
poignatov
2026-03-08 16:11:08 +03:00
parent cd51b097c8
commit 60fca2d93c
14 changed files with 3324 additions and 23 deletions

View File

@@ -0,0 +1,3 @@
DROP TABLE IF EXISTS shopping_items;
DROP TABLE IF EXISTS shopping_board_members;
DROP TABLE IF EXISTS shopping_boards;