common/dal/schema/000028_init.down.sql

12 lines
440 B
MySQL
Raw Normal View History

2025-10-21 11:54:06 +00:00
DROP TABLE If EXIST YclientsTokens;
DROP TABLE If EXIST YclientsAccounts;
DROP TABLE If EXIST YclientsAccountUsers;
2025-10-21 11:54:06 +00:00
-- DROP TABLE If EXIST YclientsCompany;
DROP TABLE If EXIST YclientsServices;
2025-10-21 11:54:06 +00:00
DROP TABLE If EXIST YclientsTimeSlots;
DROP TABLE If EXIST YclientsRules;
2025-10-27 15:42:46 +00:00
DROP TABLE If EXIST YclientsFields;
DROP TABLE If EXIST YclientsCRMStatuses;
2025-10-21 11:54:06 +00:00
2025-10-27 12:28:33 +00:00
DROP INDEX if exist idx_unique_tokens_yclients;
DROP INDEX if exist idx_unique_yclients_rules;