You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am building lczero server for Korean chess.
Where is sql script that create training_games table?
And while installing postgres, 'role "web" does not exist' message diplayed.
The text was updated successfully, but these errors were encountered:
boardgame1
changed the title
training_games table structure
I am building lczero server
Sep 16, 2019
Tables will be created automatically (in SetupDB() function called from main()).
I think instead of "web" it should be "gorm" or whatever user you are trying to create it for.
If it's indeed so, please consider sending a PR with the readme file update. :)
Also it may be faster to get help in #help channel of our Discord chat: http://lc0.org/chat
I am building lczero server for Korean chess.
Where is sql script that create training_games table?
And while installing postgres, 'role "web" does not exist' message diplayed.
The text was updated successfully, but these errors were encountered: