finish setup data insertion, add world insertion
This commit is contained in:
@@ -22,7 +22,7 @@ type Release struct {
|
||||
|
||||
func (r *Release) Query(data *InsertId[uint]) {
|
||||
data.query = fmt.Sprintf(`
|
||||
INSERT INTO release_ (%s, generaion, build, node_version, max_generation, max_stable_generation,
|
||||
INSERT INTO release_ (%s, generation, build, node_version, max_generation, max_stable_generation,
|
||||
time, channel, suffix)
|
||||
VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9)
|
||||
RETURNING id`, data.fieldName)
|
||||
|
||||
Reference in New Issue
Block a user