vault-link/sync-server
dependabot[bot] 2f251f72fc
Bump alpine from 3.22.0 to 3.22.1 in /sync-server (#88)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-27 22:33:11 +01:00
..
src Fix main & improve cursor sync (#101) 2025-08-25 17:15:52 +01:00
.dockerignore Extract reconcile (#85) 2025-07-13 11:06:42 +01:00
.env Extract reconcile (#85) 2025-07-13 11:06:42 +01:00
build.rs Extract reconcile (#85) 2025-07-13 11:06:42 +01:00
Cargo.lock Bump versions to 0.6.2 2025-08-27 22:33:02 +01:00
Cargo.toml Bump versions to 0.6.2 2025-08-27 22:33:02 +01:00
config-e2e.yml Extract reconcile (#85) 2025-07-13 11:06:42 +01:00
Dockerfile Bump alpine from 3.22.0 to 3.22.1 in /sync-server (#88) 2025-08-27 22:33:11 +01:00
README.md Extract reconcile (#85) 2025-07-13 11:06:42 +01:00
rust-toolchain.toml Fix main & improve cursor sync (#101) 2025-08-25 17:15:52 +01:00

Sync server

Creating/resetting the Database for development

sqlx database create --database-url sqlite://db.sqlite3
sqlx migrate run --source src/app_state/database/migrations --database-url sqlite://db.sqlite3
cargo sqlx prepare --workspace