Migration 000065 adds nullable gender text column; persona API and Postman expose it alongside profile_picture. Co-authored-by: Cursor <cursoragent@cursor.com>
3 lines
59 B
SQL
3 lines
59 B
SQL
ALTER TABLE lms_personas
|
|
DROP COLUMN IF EXISTS gender;
|