| 13 | import type { DatabasePlugin } from "../database.ts"; |
| 14 | |
| 15 | interface Settings { |
| 16 | id: number; |
| 17 | version: number; |
| 18 | broadcast?: string; |
| 19 | } |
| 20 | |
| 21 | const settingsSchema = ` |
| 22 | CREATE TABLE IF NOT EXISTS settings ( |
nothing calls this directly
no outgoing calls
no test coverage detected