Skip to content

Commit

Permalink
Merge pull request #2 from StreamSpace/midclient-addon
Browse files Browse the repository at this point in the history
minor changes
  • Loading branch information
rajkumar081997 committed Nov 19, 2020
2 parents 3f790ec + 404aaef commit 8c5f68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres/postgre.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func mClientInsertion(db *sql.DB, data *mClientInsertdata) (int64, error) {
publicKey,ip,
customerId)
VALUES($1,$2,$3)
returning downloadindex`, tablename)
returning mcindex`, tablename)
var id int64
err := db.QueryRow(query, data.Pubkey, data.Ip, data.CustomerId).Scan(&id)
if err != nil {
Expand Down

0 comments on commit 8c5f68c

Please sign in to comment.