Create and populate guild_id column

This commit is contained in:
Cadence Ember
2024-10-05 02:23:58 +13:00
parent 5a86c07eb9
commit 6f7ed829b8
6 changed files with 33 additions and 21 deletions

View File

@@ -39,7 +39,6 @@ const passthrough = require("../src/passthrough")
const db = new sqlite("ooye.db")
const migrate = require("../src/db/migrate")
/** @type {import("heatsync").default} */ // @ts-ignore
const sync = new HeatSync({watchFS: false})
Object.assign(passthrough, {sync, db})

View File

@@ -12,7 +12,6 @@ const {reg} = require("../src/matrix/read-registration")
const passthrough = require("../src/passthrough")
const db = new sqlite("ooye.db")
/** @type {import("heatsync").default} */ // @ts-ignore
const sync = new HeatSync()
Object.assign(passthrough, {sync, db})