Merge "XmlSelect: Fix PHPDoc param comments for addOption() & formatOptions()"
[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;