Your IP : 10.10.0.253


Current Path : /var/www/administrator/components/com_contactpush/sql/
Upload File :
Current File : /var/www/administrator/components/com_contactpush/sql/uninstall.mysql.utf8.sql

-- - 8< - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-- Remove table Messages
-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >8 -
DROP TABLE IF EXISTS `#__contactpush_messages`;


-- - 8< - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-- Remove table Message recipients
-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >8 -
DROP TABLE IF EXISTS `#__contactpush_messagerecipients`;


-- - 8< - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-- Remove table Push UIDs
-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >8 -
DROP TABLE IF EXISTS `#__contactpush_pushuids`;