Files
nrwl--nx/tools/workspace-plugin/src/generators/remove-migrations/schema.json
T
2026-07-13 12:38:36 +08:00

14 lines
256 B
JSON

{
"$schema": "https://json-schema.org/schema",
"$id": "RemoveMigrations",
"title": "",
"type": "object",
"description": "A generator for removing old migrations.",
"properties": {
"v": {
"type": "number"
}
},
"required": []
}