mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-23 05:22:02 +02: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(&UsageData{})
|
||||||
db.AutoMigrate(&shared.DumpRequest{})
|
db.AutoMigrate(&shared.DumpRequest{})
|
||||||
db.AutoMigrate(&shared.DeletionRequest{})
|
db.AutoMigrate(&shared.DeletionRequest{})
|
||||||
|
db.AutoMigrate(&shared.Feedback{})
|
||||||
return db, nil
|
return db, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user