@postgrestools/cli-aarch64-apple-darwin 0.8.1 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@postgrestools/cli-aarch64-apple-darwin",
3
- "version": "0.8.1",
3
+ "version": "0.10.0",
4
4
  "license": "MIT or Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
package/postgrestools CHANGED
Binary file
package/schema.json CHANGED
@@ -349,6 +349,17 @@
349
349
  }
350
350
  ]
351
351
  },
352
+ "banDropDatabase": {
353
+ "description": "Dropping a database may break existing clients (and everything else, really).",
354
+ "anyOf": [
355
+ {
356
+ "$ref": "#/definitions/RuleConfiguration"
357
+ },
358
+ {
359
+ "type": "null"
360
+ }
361
+ ]
362
+ },
352
363
  "banDropNotNull": {
353
364
  "description": "Dropping a NOT NULL constraint may break existing clients.",
354
365
  "anyOf": [
@@ -371,6 +382,17 @@
371
382
  }
372
383
  ]
373
384
  },
385
+ "banTruncateCascade": {
386
+ "description": "Using TRUNCATE's CASCADE option will truncate any tables that are also foreign-keyed to the specified tables.",
387
+ "anyOf": [
388
+ {
389
+ "$ref": "#/definitions/RuleConfiguration"
390
+ },
391
+ {
392
+ "type": "null"
393
+ }
394
+ ]
395
+ },
374
396
  "recommended": {
375
397
  "description": "It enables the recommended rules for this group",
376
398
  "type": [