Files
template-vitrine/backend/migrations/000013_rename_users_email_to_username.down.sql
T
Xor290 919c807004
ci-api / test (push) Failing after 8m7s
ci-web / test (push) Failing after 5m5s
chore: build
2026-09-20 12:18:33 +02:00

2 lines
51 B
SQL

ALTER TABLE users RENAME COLUMN username TO email;