mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-10 17:12:48 +00:00
feat: add user event log to admin page
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
package model
|
||||
|
||||
var Migrations []interface{} = []interface{}{
|
||||
// Migrations - list of database migrations
|
||||
var Migrations = []interface{}{
|
||||
&Message{},
|
||||
&Attachment{},
|
||||
&User{},
|
||||
&VideoArchive{},
|
||||
&Sound{},
|
||||
&UserEventLog{},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user