mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
small fix postgres insert query
This commit is contained in:
@@ -187,7 +187,7 @@ func (ds *PostgresDatastore) StoreRoute(route *models.Route) (*models.Route, err
|
|||||||
headers,
|
headers,
|
||||||
config
|
config
|
||||||
)
|
)
|
||||||
VALUES ($1, $2, $3, $4, $5)
|
VALUES ($1, $2, $3, $4, $5, $6)
|
||||||
ON CONFLICT (app_name, path) DO UPDATE SET
|
ON CONFLICT (app_name, path) DO UPDATE SET
|
||||||
path = $2,
|
path = $2,
|
||||||
image = $3,
|
image = $3,
|
||||||
|
|||||||
Reference in New Issue
Block a user