Create guild_active table instead of column
This commit is contained in:
4
src/db/orm-defs.d.ts
vendored
4
src/db/orm-defs.d.ts
vendored
@@ -31,6 +31,10 @@ export type Models = {
|
||||
guild_id: string
|
||||
space_id: string
|
||||
privacy_level: number
|
||||
}
|
||||
|
||||
guild_active: {
|
||||
guild_id: string
|
||||
autocreate: number
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user