Implement saved sessions
This commit is contained in:
parent
025b984314
commit
fa0e917d34
9 changed files with 187 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ func connectDatabase() (*gorm.DB, error) {
|
|||
|
||||
err = database.AutoMigrate(
|
||||
&models.User{},
|
||||
&models.UserSavedSession{},
|
||||
&models.Section{},
|
||||
&models.Role{},
|
||||
&models.UserRole{},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue