You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$db->query("CREATE TABLE IF NOT EXISTS xf_fpc_pending_changes (user_id INT UNSIGNED NOT NULL UNIQUE PRIMARY KEY, change_reason TEXT NOT NULL, token TEXT NOT NULL)");
}
/**
* Uninstalls the addon.
*/
public static function uninstall() {
/** @var \Zend_Db_Adapter_Abstract $db */
$db = XenForo_Application::get('db');
$db->query("DROP TABLE IF EXISTS xf_fpc_pending_changes");