Skip to content
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

Schema update #139

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Schema update #139

wants to merge 1 commit into from

Conversation

ariga-bot
Copy link
Collaborator

Renaming the column email_address to email in the users table. This change is backward-incompatible as it affects any dependent queries referencing the old column name.

…hange is backward-incompatible as it affects any dependent queries referencing the old column name.
Copy link
Contributor

github-actions bot commented Jan 9, 2025

atlas migrate lint on dirs/ecommerce/migrations

Status Step Result
1 new migration file detected 20250109131154.sql
ERD and visual diff generated View Visualization
Analyze 20250109131154.sql
2 reports were found in analysis
Destructive changes detected
Dropping non-virtual column "email_address" (DS103)
Data dependent changes detected
Adding a non-nullable "varchar" column "email" on table "users" without a default value implicitly sets existing rows with "" (MY101)
Adding a unique index "user_name_email_address" on table "users" might fail in case column "user_name" contains duplicate entries (MF101)
Read the full linting report on Atlas Cloud

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