Skip to content

Commit eed7f63

Browse files
authored
Update README.md
1 parent 57f77b3 commit eed7f63

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,30 @@ threshold = 50000
9090
tier = "Tier1"
9191
````
9292

93-
Available rules: `adding-field-with-default`, `changing-column-type`, `adding-not-nullable-field`, `adding-serial-primary-key-field`, `adding-required-field`, `renaming-column`, `renaming-table`, `disallowed-unique-constraint`, `ban-drop-table`, `ban-drop-column`, `require-concurrent-index-creation`, `require-concurrent-index-deletion`, `adding-foreign-key-constraint`, `constraint-missing-not-valid`
93+
Available rules:
94+
- `adding-field-with-default`
95+
- `changing-column-type`
96+
- `adding-not-nullable-field`
97+
- `adding-serial-primary-key-field`
98+
- `adding-required-field`
99+
- `renaming-column`
100+
- `renaming-table`
101+
- `disallowed-unique-constraint`
102+
- `ban-drop-table`
103+
- `ban-drop-column`
104+
- `require-concurrent-index-creation`
105+
- `require-concurrent-index-deletion`
106+
- `adding-foreign-key-constraint`
107+
- `constraint-missing-not-valid`
94108

95109
---
96110

97111
## CLI Reference
98112

99113
### `safe-migrate lint`
100114

101-
| Flag | Default | Description |
102-
|------|---------|-------------|
115+
| Flag | Default | Description |
116+
|--------|---------|-------------|
103117
| `-f, --file` | required | Path to the SQL migration file |
104118
| `--cache` | `.safe-migrate-stats.json` | Path to the stats cache file |
105119
| `--config` | `safe-migrate.toml` | Path to TOML config overrides |

0 commit comments

Comments
 (0)