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:
parent
c7fa173d3a
commit
7a3130635a
5 changed files with 50 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue