mirror of
https://github.com/ddworken/hishtory.git
synced 2025-01-22 22:28:51 +01:00
Create the feedback table in pg
This commit is contained in:
parent
4e48f9351e
commit
8dd9c1d9e4
@ -446,6 +446,7 @@ func OpenDB() (*gorm.DB, error) {
|
||||
db.AutoMigrate(&UsageData{})
|
||||
db.AutoMigrate(&shared.DumpRequest{})
|
||||
db.AutoMigrate(&shared.DeletionRequest{})
|
||||
db.AutoMigrate(&shared.Feedback{})
|
||||
return db, nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user