Disables the dynamic queries migration until we can land the relevant framework changes (#32686 and #32720). PR Close #32837
10 lines
224 B
JSON
10 lines
224 B
JSON
{
|
|
"schematics": {
|
|
"migration-v9-dynamic-queries": {
|
|
"version": "9-beta",
|
|
"description": "Removes the `static` flag from dynamic queries.",
|
|
"factory": "../migrations/dynamic-queries/index"
|
|
}
|
|
}
|
|
}
|