veloren/common
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
..
base * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
benches Remove spurious uses of Vox. 2020-09-26 16:30:40 +02:00
ecs Remove panics and unwraps, part 1. 2021-04-10 10:03:21 +02:00
frontend remove spamming of the logs 2021-04-08 23:55:13 +02:00
net Remove panics and unwraps, part 1. 2021-04-10 10:03:21 +02:00
src * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
sys Remove panics and unwraps, part 1. 2021-04-10 10:03:21 +02:00
build.rs fix and improve nix build: actually output a proper veloren voxygen package now 2020-11-25 02:00:50 +03:00
Cargo.toml use bitflags instead of HashSet 2021-04-07 17:37:21 +02:00