Files
2025-04-21 13:50:45 +02:00

3 lines
85 B
SQL

-- AlterTable
ALTER TABLE "users" ADD COLUMN "storage_limit" INTEGER DEFAULT -1;