1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-02 02:36:24 -07:00

Reset views on gochan startup

This commit is contained in:
Eggbertx 2024-10-18 13:05:37 -07:00
parent c7fa173d3a
commit 7a3130635a
5 changed files with 50 additions and 4 deletions

View file

@ -109,6 +109,9 @@ This is a list of events that gochan may trigger at some point and can be used i
- **db-initialized**
- Triggered after the database is successfully initialized (db version checking, provisioning, etc)
- **db-views-reset**
- Triggered after the SQL views have been successfully reset, either immediately after the database is initialized, or by a staff member
- **incoming-upload**
- Triggered by the `gcsql` package when an upload is attached to a post. It is triggered before the upload is entered in the database