mirror of
https://github.com/spliit-app/spliit.git
synced 2026-02-21 23:16:13 +01:00
* Upload documents to receipts * Improve documents * Make the feature opt-in * Fix file name issue
3 lines
98 B
SQL
3 lines
98 B
SQL
-- AlterTable
|
|
ALTER TABLE "Expense" ADD COLUMN "documentUrls" TEXT[] DEFAULT ARRAY[]::TEXT[];
|