annotate sql/property-set.sql @ 61:8be8188d61a5

scictl: resurrect project-update command
author David Demelier <markand@malikania.fr>
date Thu, 18 Aug 2022 10:42:42 +0200
parents 576f4b1ec79f
children eaebcc612a0d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
44
576f4b1ec79f scid: implement API authentication
David Demelier <markand@malikania.fr>
parents:
diff changeset
1 REPLACE
576f4b1ec79f scid: implement API authentication
David Demelier <markand@malikania.fr>
parents:
diff changeset
2 INTO `property`
576f4b1ec79f scid: implement API authentication
David Demelier <markand@malikania.fr>
parents:
diff changeset
3 (
576f4b1ec79f scid: implement API authentication
David Demelier <markand@malikania.fr>
parents:
diff changeset
4 `key`,
576f4b1ec79f scid: implement API authentication
David Demelier <markand@malikania.fr>
parents:
diff changeset
5 `value`
576f4b1ec79f scid: implement API authentication
David Demelier <markand@malikania.fr>
parents:
diff changeset
6 )
576f4b1ec79f scid: implement API authentication
David Demelier <markand@malikania.fr>
parents:
diff changeset
7 VALUES (?, ?)