Files
play-life/play-life-backend/migrations/000026_shopping_list.down.sql
poignatov 60fca2d93c
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m22s
6.4.0: Экран товаров (Shopping List)
2026-03-08 16:11:08 +03:00

4 lines
123 B
SQL

DROP TABLE IF EXISTS shopping_items;
DROP TABLE IF EXISTS shopping_board_members;
DROP TABLE IF EXISTS shopping_boards;