HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.2.34
System: Linux atalantini.com 3.10.0-1127.13.1.el7.x86_64 #1 SMP Tue Jun 23 15:46:38 UTC 2020 x86_64
User: root (0)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: //opt/plugins/perfect-survey/configs/uninstall.sql
DROP TABLE IF EXISTS `{{table_prefix}}ps`;
DROP TABLE IF EXISTS `{{table_prefix}}ps_answers`;
DROP TABLE IF EXISTS `{{table_prefix}}ps_answers_values`;
DROP TABLE IF EXISTS `{{table_prefix}}ps_data`;
DROP TABLE IF EXISTS `{{table_prefix}}ps_questions`;
DROP TABLE IF EXISTS `{{table_prefix}}ps_logic_conditions`;
DELETE pm.* FROM `{{table_prefix}}posts` p INNER JOIN  `{{table_prefix}}postmeta` pm ON(pm.post_id = p.ID) WHERE p.post_type='{{post_type}}';
DELETE FROM `{{table_prefix}}posts` WHERE post_type='{{post_type}}';
DELETE FROM `{{table_prefix}}options` WHERE option_name='ps_all_global_options';
DELETE FROM `{{table_prefix}}options` WHERE option_name='ps_all_global_options_default';