remove session table
This commit is contained in:
parent
ff3931f083
commit
54c75f24e1
@ -33,7 +33,6 @@ func (d *DBConfig) DSN() string {
|
||||
func (s *Service) Migrate() {
|
||||
tx := s.DB
|
||||
tx.AutoMigrate(&Account{})
|
||||
tx.AutoMigrate(&Session{})
|
||||
tx.AutoMigrate(&File{})
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user