Merge "rdbms: correct atomic section examples in comments" into REL1_31
[lhc/web/wiklou.git] / maintenance / archives / patch-profiling-memory.sql
1 ALTER TABLE /*$wgDBprefix*/profiling
2 ADD pf_memory float NOT NULL default 0;