Update chapter-06-gbapp-reference.md

This commit is contained in:
Rodrigo Rodriguez 2024-04-12 20:04:30 -03:00 committed by GitHub
parent 55b194517e
commit 8ed04f1513
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -268,6 +268,14 @@ Is the implementation of new software based on existing software. The branch tak
This in some way contributes to a better understanding of how it works.
## How To...
### Clean up bot directly on database
@@id = 0
DELETE FROM GuaribasConversationMessage WHERE instanceId = @id
DELETE FROM GuaribasConversation WHERE instanceId = @id
DELETE FROM GuaribasUser WHERE instanceId = @id
DELETE FROM GuaribasAnswer WHERE instanceId = @id
DELETE FROM GuaribasQuestion WHERE instanceId = @id
DELETE FROM GuaribasPackage WHERE instanceId = @id
### Create a new keyword