Files
silo-server/migrations/094_profiles_is_primary.down.sql
T

5 lines
118 B
SQL
Raw Normal View History

2026-05-22 20:26:11 -04:00
DROP INDEX IF EXISTS user_profiles_primary_per_user;
ALTER TABLE user_profiles
DROP COLUMN IF EXISTS is_primary;