Schema update #133
Open
Schema update #133
Annotations
5 errors and 1 warning
Lint:
dirs/ecommerce/migrations/20241222130915.sql#L2
Dropping non-virtual column "email" (DS103)
Details: https://atlasgo.io/lint/analyzers#DS103
|
Lint:
dirs/ecommerce/migrations/20241222130915.sql#L2
Adding a non-nullable "varchar" column "email_address" on table "users" without a default value implicitly sets existing rows with "" (MY101)
Details: https://atlasgo.io/lint/analyzers#MY101
|
Lint:
dirs/ecommerce/migrations/20241222130915.sql#L2
Adding a unique index "user_name_email_address" on table "users" might fail in case column "user_name" contains duplicate entries (MF101)
Details: https://atlasgo.io/lint/analyzers#MF101
|
Lint
`atlas migrate lint` completed with errors, see report: https://gh.atlasgo.cloud/ci-runs/8589935048
|
Lint
The process exited with code 1
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading