3 lines
79 B
MySQL
3 lines
79 B
MySQL
|
|
ALTER TABLE /*$wgDBprefix*/profiling
|
||
|
|
ADD pf_memory float NOT NULL default 0;
|