view sql/property-set.sql @ 56:308aa1086702

lib: cleanup apic
author David Demelier <markand@malikania.fr>
date Wed, 17 Aug 2022 12:51:04 +0200
parents 576f4b1ec79f
children eaebcc612a0d
line wrap: on
line source

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