mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 13:25:18 +00:00
3 lines
85 B
SQL
3 lines
85 B
SQL
-- AlterTable
|
|
ALTER TABLE "users" ADD COLUMN "storage_limit" INTEGER DEFAULT -1;
|