feat(database): add SQL script to set default value for enableDockerCleanup column in user table

This commit is contained in:
Mauricio Siu
2025-12-06 17:55:26 -06:00
parent 9394d97163
commit 91050ce3a5
3 changed files with 6858 additions and 0 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE "user" ALTER COLUMN "enableDockerCleanup" SET DEFAULT true;

File diff suppressed because it is too large Load Diff

View File

@@ -883,6 +883,13 @@
"when": 1764573207555,
"tag": "0125_neat_the_phantom",
"breakpoints": true
},
{
"idx": 126,
"version": "7",
"when": 1765065295708,
"tag": "0126_nifty_monster_badoon",
"breakpoints": true
}
]
}