erp_be/scripts/patch-users-avatar.sql

5 lines
104 B
SQL

-- Add user profile avatar path
ALTER TABLE users
ADD COLUMN IF NOT EXISTS avatar_path VARCHAR(500);