server: Start versioning the DB schema

In preparation for #67.
This commit is contained in:
Valentin Tolmer
2022-10-17 09:19:45 +02:00
committed by nitnelave
parent eefe65c042
commit 0be440efc8
3 changed files with 361 additions and 273 deletions

View File

@@ -2,5 +2,6 @@ pub mod error;
pub mod handler;
pub mod opaque_handler;
pub mod sql_backend_handler;
pub mod sql_migrations;
pub mod sql_opaque_handler;
pub mod sql_tables;