const singletonConfigDb = require('../singletonConfigDb') const COLS = 'id, base_url, ws_url, auth_token_enc, protocol, enabled, status, status_detail, plugin_connected, last_event_at, boot_id, updated_by, created_at, updated_at' // Singleton row (id = 1). See ../singletonConfigDb for the get/upsert contract. module.exports = singletonConfigDb('uo_link_config', COLS)