change hardcoded rc_cur_id update into new flexible form
[lhc/web/wiklou.git] / maintenance / postgres / archives / patch-rc_cur_id-not-null.sql
1 ALTER TABLE recentchanges ALTER rc_cur_id DROP NOT NULL;