Files
2024-01-08 08:28:18 -05:00

3 lines
95 B
SQL

-- AlterTable
ALTER TABLE "ExpensePaidFor" ADD COLUMN "shares" INTEGER NOT NULL DEFAULT 1;