Fix/enum validation (#2863)

* fix: SELECT enum can have a color key

* fix: "findOneOrFail" of undefined

* feat: alter column migration store previous metadata informations

* fix: enum validation extra keys
This commit is contained in:
Jérémy M
2023-12-07 17:04:49 +01:00
committed by GitHub
parent 145b432dc6
commit d70f8deeec
13 changed files with 176 additions and 109 deletions

View File

@ -26,7 +26,6 @@ const bootstrap = async () => {
// Apply validation pipes globally
app.useGlobalPipes(
new ValidationPipe({
// whitelist: true,
transform: true,
}),
);