summaryrefslogtreecommitdiff
path: root/src/sql/song_upsert.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/sql/song_upsert.sql')
-rw-r--r--src/sql/song_upsert.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sql/song_upsert.sql b/src/sql/song_upsert.sql
index d0e4fcc..4f2a165 100644
--- a/src/sql/song_upsert.sql
+++ b/src/sql/song_upsert.sql
@@ -1,5 +1,5 @@
INSERT INTO [at_song] (uuid,ccli,title,arrangement,beats_per_minute)
- VALUES('%s','%s','%s','%s','%s')
+ VALUES('%s','%lu','%s','%s','%u')
ON CONFLICT(uuid) DO UPDATE SET
ccli=excluded.ccli
,title=excluded.title