diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/regeng-api | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/regeng-api b/scripts/regeng-api index 76734d75..dbfb5a7a 100644 --- a/scripts/regeng-api +++ b/scripts/regeng-api @@ -69,6 +69,10 @@ (list-cust-ids) => (customer-id ...) +;; RobK wonders whether there needs to be an operation that blows away +;; most of the context but preserves things like audit logs. No +;; current consensus on need for this. + (get-preference :cust-id 42 :preference-name :favorite-color) => ("obsidian") |