mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-14 00:01:30 -04:00
3 lines
231 B
SQL
3 lines
231 B
SQL
update market_auction_attributes set ATTRIBUTE_VALUE=CONCAT(ATTRIBUTE_VALUE,'0') where ATTRIBUTE_NAME = 'resource_contents' and ATTRIBUTE_VALUE like '%/100000';
|
|
update version_number set version_number=246, min_version_number=246;
|