Skip to content

Commit 069290c

Browse files
Update migrations/README.md
Co-authored-by: Steve Chavez <[email protected]>
1 parent b670097 commit 069290c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ After making changes to migrations, you should update the schema.sql files for e
130130
nix run .#dbmate-tool -- --version all
131131
```
132132

133-
This will create a schema.sql file for each major version of PostgreSQL. Commit these changes to your repository and push to your branch. The test.yml workflow will verify these changes against the test matrix.
133+
This will create a schema.sql file for each major version of PostgreSQL and OrioleDB (the files are named like `schema-<ver>`, `schema-oriole-<ver>`). Commit these changes to your repository and push to your branch. The test.yml workflow will verify these changes against the test matrix.
134134
## Testing
135135

136136
Migrations are tested in CI to ensure they do not raise an exception against previously released `supabase/postgres` docker images. The full version matrix is at [test.yml](./.github/workflows/test.yml) in the `supabase-version` variable.

0 commit comments

Comments
 (0)