/*9 Aug Database Patch*/ alter table potential add column description text; alter table weapon_existence_data add column icon text; alter table weapon_type add column shorthand text; alter table weapon_existence_data add column special_name text; alter table potential drop column description; alter table potential_data add column description text; alter table photon_art add column icon text; alter table users add column recovery_hash text;