Split down patch-comment-table.sql
[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;