{"slug":"alldami-site-migration","name":"ALLDAMI Site Migration","description":"The ultimate one-click WordPress migration and backup plugin. Seamlessly clone, move, or transfer your site with zero timeouts and no upload limits!","author":"Baris ARAN","active_installs":0,"version":"1.0.9","wp_org_url":"https://wordpress.org/plugins/alldami-site-migration/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"analizi","full_table_name":"wp_analizi","description":"Stores analizi data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"Dry","type":"run","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE analizi (Dry run için) $table_name = ''; if (preg_match('/^\\s*CREATE\\s+TABLE\\s+(?:IF\\s+NOT\\s+EXISTS\\s+)?[`\"]?([a-zA-Z0-9_]+)[`\"]?/i', $statement, $matches)) { $table_name = $matches[1]; } if ($is_dry_run) { // İstatistik topla if (!isset($state['dry_run_stats'])) { $state['dry_run_stats'] = ['tables' => 0, 'queries' => 0]; } $state['dry_run_stats']['queries']++; if ($table_name) { $state['dry_run_stats']['tables']++; } $executed++; return; } // CREATE TABLE için önce DROP if ($table_name) { $wpdb->query(\"DROP TABLE IF EXISTS `{$table_name}`\");"}],"table_count":1}