Skip to content

Commit

Permalink
(#3039) Fix instrument ownership SQL
Browse files Browse the repository at this point in the history
  • Loading branch information
squaregoldfish committed Dec 18, 2024
1 parent 0a42813 commit 1f73428
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public class InstrumentDB {
private static final String REMOVE_SHARE_STATEMENT = "DELETE FROM"
+ " shared_instruments WHERE instrument_id = ? AND shared_with = ?";

private static final String SET_OWNER_STATEMENT = "UPDATE INSTRUMENT"
private static final String SET_OWNER_STATEMENT = "UPDATE instrument"
+ " set owner = ? WHERE id = ?";

/**
Expand Down

0 comments on commit 1f73428

Please sign in to comment.