Merge "Follow-up I81663929: Use grunt git-build to ensure we get the hash"
[lhc/web/wiklou.git] / maintenance / sqlite / archives / patch-page-page_lang.sql
1 -- Add page_lang column
2
3 ALTER TABLE /*$wgDBprefix*/page ADD COLUMN page_lang TEXT default NULL;