Skip to content

Conversation

@tianzhou
Copy link
Contributor

@tianzhou tianzhou commented Aug 5, 2025

No description provided.

@github-actions
Copy link

github-actions bot commented Aug 5, 2025

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 tianzhou merged commit 88d38e7 into main Aug 5, 2025
1 check passed
@github-actions
Copy link

github-actions bot commented Aug 5, 2025

✅ 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.

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.

2 participants