Create guild_active table instead of column

This commit is contained in:
Cadence Ember
2024-09-24 16:31:47 +12:00
parent 06f502dd89
commit dbbb8281e6
6 changed files with 87 additions and 7 deletions

View File

@@ -31,6 +31,10 @@ export type Models = {
guild_id: string
space_id: string
privacy_level: number
}
guild_active: {
guild_id: string
autocreate: number
}