Thomas Kaul 07c0e5a612
Feature/add currency to order database schema (#3251)
* Add currency to Order database schema

* Update changelog
2024-04-07 11:30:32 +02:00

3 lines
62 B
SQL

-- AlterTable
ALTER TABLE "Order" ADD COLUMN "currency" TEXT;