Basically move messages to events

This commit is contained in:
2024-06-27 22:38:18 +08:00
parent 44b5da1630
commit 57f2aa518e
12 changed files with 516 additions and 418 deletions

View File

@ -11,7 +11,7 @@ var DatabaseAutoActionRange = []any{
&models.Channel{},
&models.ChannelMember{},
&models.Call{},
&models.Message{},
&models.Event{},
}
func RunMigration(source *gorm.DB) error {