Create and populate guild_id column
This commit is contained in:
		
							parent
							
								
									5a86c07eb9
								
							
						
					
					
						commit
						6f7ed829b8
					
				
					 6 changed files with 33 additions and 21 deletions
				
			
		| 
						 | 
				
			
			@ -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})
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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})
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue