Quick and simple PHP gift registry
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.
 
 
 
 
phpgiftreg/sql/1.3.x-to-1.4.0.sql

4 lines
221 B

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;