diff sql/property-set.sql @ 44:576f4b1ec79f

scid: implement API authentication
author David Demelier <markand@malikania.fr>
date Thu, 11 Aug 2022 21:24:07 +0200
parents
children eaebcc612a0d
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sql/property-set.sql	Thu Aug 11 21:24:07 2022 +0200
@@ -0,0 +1,7 @@
+REPLACE
+   INTO `property`
+      (
+        `key`,
+        `value`
+      )
+ VALUES (?, ?)