aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/db/specific/postgresql/V1.3__Nullable user_id column in auth table.sql
blob: eea8c2a6970e50051abc0ef246a30550850b2a10 (plain) (blame)
1
ALTER TABLE auth ALTER COLUMN user_id DROP NOT NULL;