Feature/improve support for draft transactions (#265)

* Improve support for draft transactions

* Update changelog
This commit is contained in:
Thomas
2021-08-07 20:52:55 +02:00
committed by GitHub
parent 2bd9309827
commit bb76ace95d
14 changed files with 155 additions and 134 deletions

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Order" ADD COLUMN "isDraft" BOOLEAN NOT NULL DEFAULT false;