-
Notifications
You must be signed in to change notification settings - Fork 106
Add JSON docs back with tabs #787
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 1 out of 20 changed files in this pull request and generated 1 comment.
Files not reviewed (19)
- docs/guides/updown.mdx: Language not supported
- docs/operations/add_column.mdx: Language not supported
- docs/operations/alter_column/add_check_constraint.mdx: Language not supported
- docs/operations/alter_column/add_foreign_key.mdx: Language not supported
- docs/operations/alter_column/add_not_null_constraint.mdx: Language not supported
- docs/operations/alter_column/add_unique_constraint.mdx: Language not supported
- docs/operations/alter_column/change_comment.mdx: Language not supported
- docs/operations/alter_column/change_default.mdx: Language not supported
- docs/operations/alter_column/change_type.mdx: Language not supported
- docs/operations/alter_column/drop_not_null_constraint.mdx: Language not supported
- docs/operations/create_constraint.mdx: Language not supported
- docs/operations/create_index.mdx: Language not supported
- docs/operations/create_table.mdx: Language not supported
- docs/operations/drop_column.mdx: Language not supported
- docs/operations/drop_constraint.mdx: Language not supported
- docs/operations/drop_index.mdx: Language not supported
- docs/operations/drop_multi_column_constraint.mdx: Language not supported
- docs/operations/drop_table.mdx: Language not supported
- docs/operations/raw_sql.mdx: Language not supported
"add_column": { | ||
"table": "users", | ||
"column": { | ||
"name": "is_atcive", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The column name 'is_atcive' appears to be misspelled. It should likely be 'is_active'.
Copilot uses AI. Check for mistakes.
Method:
vscode find and replace regex:

Copied and pasted from the red diffs: https://github.com/xataio/pgroll/pull/773/files
AI'd updown.mdx
Check the preview link for a demo