mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-10 17:12:48 +00:00
play sounds from web ui - store uploaded sounds in database
This commit is contained in:
9
server/webserver/model/index.go
Normal file
9
server/webserver/model/index.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package model
|
||||
|
||||
var Migrations []interface{} = []interface{}{
|
||||
&Message{},
|
||||
&Attachment{},
|
||||
&User{},
|
||||
&VideoArchive{},
|
||||
&Sound{},
|
||||
}
|
||||
Reference in New Issue
Block a user