mirror of
https://github.com/spliit-app/spliit.git
synced 2026-02-22 15:36:12 +01:00
3 lines
87 B
SQL
3 lines
87 B
SQL
-- AlterTable
|
|
ALTER TABLE "Group" ADD COLUMN "currency" TEXT NOT NULL DEFAULT '$';
|