Files
dockerized-swg-src/game/server/database/updates/hotfix_134_a.sql
T

4 lines
169 B
SQL

alter table player_objects add num_lots int;
update player_objects
set num_lots = (select num_lots from accounts where player_objects.station_id = accounts.station_id);