Add migration 000064 renaming avatar_url column; expose profile_picture in API, sqlc, and Swagger. Co-authored-by: Cursor <cursoragent@cursor.com>
3 lines
74 B
SQL
3 lines
74 B
SQL
ALTER TABLE lms_personas
|
|
RENAME COLUMN profile_picture TO avatar_url;
|