You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
221 B
5 lines
221 B
3 years ago
|
UPDATE ranks SET rendered = REPLACE(rendered,'star_on.gif\"','star_on.gif\" alt=\"*\"');
|
||
|
UPDATE ranks SET rendered = REPLACE(rendered,'star_off.gif\"','star_off.gif\" alt=\"\"');
|
||
|
|
||
|
ALTER TABLE users ADD comment text NULL;
|