Yimaru-BackEnd/db/migrations/000064_lms_personas_profile_picture.down.sql
Yared Yemane 6ab077b53d Rename LMS persona image field to profile_picture.
Add migration 000064 renaming avatar_url column; expose profile_picture in API, sqlc, and Swagger.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-20 06:17:15 -07:00

3 lines
74 B
SQL

ALTER TABLE lms_personas
RENAME COLUMN profile_picture TO avatar_url;