Normalize demo quotation notes
Build and deploy Docker image / build (push) Successful in 3m7s

This commit is contained in:
Ruslan Bakiev
2026-06-07 13:16:53 +07:00
parent 7b5c44876c
commit c198b6c566
2 changed files with 10 additions and 2 deletions
@@ -0,0 +1,3 @@
UPDATE "orders_quotation"
SET "notes" = '{"seed":"Demo seed quotation"}'
WHERE "notes" = 'Demo seed quotation';