[14-Jul-2026 14:48:34 UTC] WordPress database error Table 'wpfl_sbi_feed_caches' already exists for query 
				CREATE TABLE wpfl_sbi_feed_caches (
				id bigint(20) unsigned NOT NULL auto_increment,
				feed_id varchar(255) NOT NULL default '',
                cache_key varchar(255) NOT NULL default '',
                cache_value longtext NOT NULL default '',
                cron_update varchar(20) NOT NULL default 'yes',
                last_updated datetime NOT NULL,
                PRIMARY KEY  (id),
                KEY feed_id (feed_id(191))
            ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci; made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('wp_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, sbi_check_for_db_updates, InstagramFeed\Builder\SBI_Db::create_tables
[14-Jul-2026 14:48:34 UTC] WordPress database error Table 'wpfl_sbi_sources' already exists for query 
			CREATE TABLE wpfl_sbi_sources (
				id bigint(20) unsigned NOT NULL auto_increment,
				account_id varchar(255) NOT NULL default '',
                account_type varchar(255) NOT NULL default '',
                privilege varchar(255) NOT NULL default '',
                access_token varchar(1000) NOT NULL default '',
                username varchar(255) NOT NULL default '',
                info text NOT NULL default '',
                error text NOT NULL default '',
                expires datetime NOT NULL,
                last_updated datetime NOT NULL,
                author bigint(20) unsigned NOT NULL default '1',
				connect_type varchar(100) NOT NULL default '',
                PRIMARY KEY  (id),
                KEY account_type (account_type(191)),
                KEY author (author)
            ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci; made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('wp_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, sbi_check_for_db_updates, InstagramFeed\Builder\SBI_Db::create_tables
