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,
|
||||
config
|
||||
)
|
||||
VALUES ($1, $2, $3, $4, $5)
|
||||
VALUES ($1, $2, $3, $4, $5, $6)
|
||||
ON CONFLICT (app_name, path) DO UPDATE SET
|
||||
path = $2,
|
||||
image = $3,
|
||||
|
||||
Reference in New Issue
Block a user