Skip to content

Latest commit

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

schema

A repository holding RealistikGDPS' current database schema migrations, alongside a Docker image to auto-update them.

All MySQL schema files are stored in ./migrations/ and should be applied sequentially (follow the timestamp).

Configuration

This tool uses the standard MySQL environment variables for its configuration.

VariableUsage
MYSQL_HOSTThe hostname to which the migrator will connect (TCP is forced).
MYSQL_TCP_PORTThe on which the TCP connection will be established.
MYSQL_USERThe MySQL user responsible for carrying out the migrations.
MYSQL_PASSWORDThe authentication password for the user provided above.

About

The database schema for RealistikGDPS.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages