Skip to content

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

@tianzhou tianzhou commented Aug 5, 2025

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions

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

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.

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