Populate ar_rev_id and make it non-nullable
[lhc/web/wiklou.git] / maintenance / postgres / archives / patch-ar_rev_id-not-null.sql
1 -- T182678: Make ar_rev_id not nullable
2 ALTER TABLE archive
3 ALTER COLUMN ar_rev_id SET NOT NULL;