From 35a7666a01d5ba5b325fa24649e6845905991fff Mon Sep 17 00:00:00 2001 From: Pasha Date: Mon, 27 Oct 2025 18:42:46 +0300 Subject: [PATCH] - --- dal/schema/000028_init.down.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/dal/schema/000028_init.down.sql b/dal/schema/000028_init.down.sql index 5cde0bd..d69896b 100644 --- a/dal/schema/000028_init.down.sql +++ b/dal/schema/000028_init.down.sql @@ -5,6 +5,7 @@ DROP TABLE If EXIST YclientsAccountUsers; DROP TABLE If EXIST YclientsServices; DROP TABLE If EXIST YclientsTimeSlots; DROP TABLE If EXIST YclientsRules; +DROP TABLE If EXIST YclientsFields; DROP INDEX if exist idx_unique_tokens_yclients; DROP INDEX if exist idx_unique_yclients_rules; \ No newline at end of file