FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat: add city column to users by tianzhou · Pull Request #7 · pgplex/pgschema-github-actions-example · GitHub

feat: add city column to users - #7

Merged
tianzhou merged 1 commit into
mainfrom
feature-1
Aug 5, 2025
Merged

feat: add city column to users#7
tianzhou merged 1 commit into
mainfrom
feature-1

Conversation

tianzhou commented Aug 5, 2025

Copy link
Copy Markdown
Contributor

No description provided.

github-actions Bot commented Aug 5, 2025

Copy link
Copy Markdown

pgschema Plan Output

Click to expand plan details
Plan: 0 to add, 1 to modify, 0 to drop.

Summary by type:
  tables: 0 to add, 1 to modify, 0 to drop

Tables:
  ~ users
    + city (column)

Transaction: true

DDL to be executed:
--------------------------------------------------

ALTER TABLE users ADD COLUMN city text NOT NULL;

This comment was automatically generated by the pgschema Single File Plan workflow.

tianzhou merged commit 88d38e7 into main Aug 5, 2025
1 check passed

github-actions Bot commented Aug 5, 2025

Copy link
Copy Markdown

✅ Schema Changes Applied Successfully!

📋 Applied Changes
Plan: 0 to add, 1 to modify, 0 to drop.

Summary by type:
  tables: 0 to add, 1 to modify, 0 to drop

Tables:
  ~ users
    + city (column)

Transaction: true

DDL to be executed:
--------------------------------------------------

ALTER TABLE users ADD COLUMN city text NOT NULL;

Applying changes...
Changes applied successfully!

Database: testdb


This comment was automatically generated by the pgschema Single File Apply workflow.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL