add new models, change migration files, prepare to add all new tables from models
This commit is contained in:
14
internal/foundry/temp_models/db/release.go
Normal file
14
internal/foundry/temp_models/db/release.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package db
|
||||
|
||||
type Release struct {
|
||||
ID uint
|
||||
|
||||
Generation int
|
||||
Channel string
|
||||
Suffix string
|
||||
Build int
|
||||
NodeVersion int
|
||||
MaxGeneration int
|
||||
MaxStableGeneration int
|
||||
Time int64
|
||||
}
|
||||
Reference in New Issue
Block a user