Remove AI related code

This commit is contained in:
Yang Luo
2023-07-30 12:24:33 +08:00
parent 12e5d9b583
commit f879170663
46 changed files with 12 additions and 3410 deletions

View File

@ -249,16 +249,6 @@ func (a *Ormer) createTable() {
panic(err)
}
err = a.Engine.Sync2(new(Chat))
if err != nil {
panic(err)
}
err = a.Engine.Sync2(new(Message))
if err != nil {
panic(err)
}
err = a.Engine.Sync2(new(Product))
if err != nil {
panic(err)