feat(entity): add Guild entity with primary key and columns for guild_id and persistent_message_id

This commit is contained in:
2025-10-29 11:45:37 +01:00
parent 43b7bdd8b4
commit 86a7429711
2 changed files with 15 additions and 1 deletions

View File

@@ -24,7 +24,8 @@
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"removeComments": false,
"preserveConstEnums": true
"preserveConstEnums": true,
"strictPropertyInitialization": false
},
"include": [
"src/**/*"