veloren/server-cli
Ben Wallis 1de94a9979 * Replaced diesel with rusqlite and refinery
* Added "migration of migrations" to transfer the data from the __diesel_schema_migrations table to the refinery_schema_history table
* Removed all down migrations as refinery does not support down migrations
* Changed all diesel up migrations to refinery naming format
* Added --sql-log-mode parameter to veloren-server-cli to allow SQL tracing and profiling
* Added /disconnect_all_players admin command
* Added disconnectall CLI command
* Fixes for several potential persistence-related race conditions
2021-04-13 22:05:47 +00:00
..
src * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
.gitignore Added forts to towns, began better economy sim 2020-08-12 21:15:52 +01:00
Cargo.toml move tracing code to own crate 2021-03-30 16:35:36 +02:00
docker-compose.yml Update CI and docker files to work with changes to data folder structure 2020-10-10 02:10:32 -04:00
Dockerfile Copy assets/server to the right place in server-cli's Dockerfile. 2021-03-15 09:46:16 -04:00