14 lines
256 B
JSON
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": []
|
|
}
|