Abstrct / Schemaverse

The Schemaverse is a space-based strategy game implemented entirely within a PostgreSQL database. Compete against other players using raw SQL commands to command your fleet. Or, if your PL/pgSQL-foo is strong, wield it to write AI and have your fleet command itself!

Home Page:schemaverse.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discovered Planet Issue

Abstrct opened this issue · comments

Any time a new player discovers a planet found by another player already an error is thrown. This also causes the cron to spam error emails out.

Issue has been resolved. The discovered planets table was missing a column in the primary key. A check was also added to the discover planets method to make sure a planet was not discovered by the same user.