3 lines
100 B
SQL
3 lines
100 B
SQL
-- AlterTable
|
|
ALTER TABLE "packages" ADD COLUMN "io_limit_mode" TEXT NOT NULL DEFAULT 'throughput';
|