IGLADI / Ethereal-Hyperspace-Battleships

8 stars 0 forks source link

feat: added bug report #79

Closed ThomasKnoops closed 8 months ago

ThomasKnoops commented 8 months ago

Description[^1]

issue:

Modifications[^2]

Additions[^3]

Additional remarks[^4]




[^1]: Description of the pull request. [^2]: Modifications, commands modified and explanation. [^3]: Files added, commands added and explanation. [^4]: Additional remarks (e. a. documentation needs to be updated)

ThomasKnoops commented 8 months ago

ALTER TABLE reports DROP FOREIGN KEY FK__players__reports; ALTER TABLE reports CHANGE player_id discord_id INT(11) NOT NULL;

If you don't want to recreate the whole db

LordTlasT commented 8 months ago

Please fix the conflicts and if you want to share the db connection in utils.py, could you also alter the check_registered function in it?