view 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
line wrap: on
line source

REPLACE
   INTO `property`
      (
        `key`,
        `value`
      )
 VALUES (?, ?)