Skip to content

Commit

Permalink
Switch order
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Rico <sferadev@gmail.com>
  • Loading branch information
SferaDev committed Dec 18, 2023
1 parent 83d7b28 commit 1b531d6
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -312,27 +312,6 @@
"required": ["identity", "table"],
"type": "object"
},
"PgRollMigration": {
"additionalProperties": false,
"description": "PgRoll migration definition",
"properties": {
"name": {
"description": "Name of the migration",
"type": "string"
},
"operations": {
"$ref": "#/$defs/PgRollOperations"
}
},
"required": ["name", "operations"],
"type": "object"
},
"PgRollOperations": {
"items": {
"$ref": "#/$defs/PgRollOperation"
},
"type": "array"
},
"PgRollOperation": {
"anyOf": [
{
Expand Down Expand Up @@ -458,6 +437,27 @@
}
]
},
"PgRollOperations": {
"items": {
"$ref": "#/$defs/PgRollOperation"
},
"type": "array"
},
"PgRollMigration": {
"additionalProperties": false,
"description": "PgRoll migration definition",
"properties": {
"name": {
"description": "Name of the migration",
"type": "string"
},
"operations": {
"$ref": "#/$defs/PgRollOperations"
}
},
"required": ["name", "operations"],
"type": "object"
},
"ReplicaIdentity": {
"additionalProperties": false,
"description": "Replica identity definition",
Expand Down

0 comments on commit 1b531d6

Please sign in to comment.