Extract reconcile (#85)
This commit is contained in:
parent
75b020146a
commit
bb0e44f06f
141 changed files with 294 additions and 36720 deletions
9
sync-server/README.md
Normal file
9
sync-server/README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Sync server
|
||||
|
||||
## Creating/resetting the Database for development
|
||||
|
||||
```sh
|
||||
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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue