Closed mstankov closed 6 months ago
Hello, thank you for the report. I personally didn't find the issue with tables creation. I've added DEFAULT CURRENT_TIMESTAMP
, as suggested. Please check if it solves the issue.
https://github.com/CS-GEJMERZY/VIP-Plugin/actions/runs/9022705171/artifacts/1488963180
Tried it locally - seems to be doing the job. The table was created successfully. I'm not big on databases so I might be wrong but it could be due to a specific setting on the host's database instances.
Thanks for the plugin
Unable to initialize databases
Players is created fine and populated as intended. Services is throwing an error:
Don't have VS up and running but I'm guessing setting
TIMESTAMP DEFAULT CURRENT_TIMESTAMP
as you do withPlayers
lastconnect
would fix it. Probably some issue with the hosting provider's SQL settings regarding the default values? Not sure tbh.