2025-11-17 19:43:30 +00:00
|
|
|
DROP TABLE If EXISTS YclientsTokens;
|
|
|
|
|
DROP TABLE If EXISTS YclientsAccounts;
|
|
|
|
|
DROP TABLE If EXISTS YclientsAccountUsers;
|
|
|
|
|
-- DROP TABLE If EXISTS YclientsCompany;
|
|
|
|
|
DROP TABLE If EXISTS YclientsServices;
|
|
|
|
|
DROP TABLE If EXISTS YclientsTimeSlots;
|
|
|
|
|
DROP TABLE If EXISTS YclientsRules;
|
|
|
|
|
DROP TABLE If EXISTS YclientsFields;
|
|
|
|
|
DROP TABLE If EXISTS YclientsCRMStatuses;
|
|
|
|
|
|
|
|
|
|
DROP INDEX if EXISTS idx_unique_tokens_yclients;
|
|
|
|
|
DROP INDEX if EXISTS idx_unique_yclients_rules;
|