Skip to content

Commit

Permalink
removed model.IOSGrade
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Oct 22, 2023
1 parent 509b32c commit 0f0c4c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/backend/migration/migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ func autoMigrate(db *gorm.DB) error {
&model.Feedback{},
&model.File{},
&model.IOSDevice{},
//&model.IOSDeviceLastUpdated{},
//&model.IOSDeviceLastUpdated{}, -- not a gorm model
&model.IOSDeviceRequestLog{},
&model.IOSDevicesActivityReset{},
&model.IOSGrade{},
//&model.IOSGrade{}, -- not a gorm model
//&model.IOSRemoteNotification...{}, -- wtf???
&model.IOSScheduledUpdateLog{},
&model.IOSSchedulingPriority{},
Expand Down

0 comments on commit 0f0c4c3

Please sign in to comment.