Merge "Fix CLI installer when --dbname is not specified on command line."
[lhc/web/wiklou.git] / maintenance / archives / patch-profiling-memory.sql
1 ALTER TABLE /*$wgDBprefix*/profiling
2 ADD pf_memory float NOT NULL default 0;