{"slug":"biddut-revision-cleaner","name":"Biddut Revision Cleaner","description":"Smart, Safe & Modern Revision Management for WordPress. Control, clean, and optimize post revisions safely without risking data loss.","author":"Shahriar Ahmed Biddut","active_installs":0,"version":"1.1.0","wp_org_url":"https://wordpress.org/plugins/biddut-revision-cleaner/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"bdrc_cleanup_logs","full_table_name":"wp_bdrc_cleanup_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"trigger_type","type":"varchar(30)","nullable":false,"primary_key":false},{"name":"revisions","type":"int(11)","nullable":false,"primary_key":false},{"name":"auto_drafts","type":"int(11)","nullable":false,"primary_key":false},{"name":"space_freed","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"duration_ms","type":"int(11)","nullable":false,"primary_key":false},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_bdrc_cleanup_logs ( id bigint(20) NOT NULL AUTO_INCREMENT, trigger_type varchar(30) NOT NULL DEFAULT 'manual', revisions int(11) NOT NULL DEFAULT 0, auto_drafts int(11) NOT NULL DEFAULT 0, space_freed bigint(20) NOT NULL DEFAULT 0, duration_ms int(11) NOT NULL DEFAULT 0, created_at datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY created_at (created_at), KEY trigger_type (trigger_type) ) $charset_collate;\"; require_once ABSPATH . 'wp-admin/includes/upgrade.php'; dbDelta( $sql );"}],"table_count":1}