This commit is contained in:
Antoine Gersant 2020-09-19 17:10:00 -07:00
parent cd63564c03
commit ef8246ecfb
2 changed files with 13 additions and 5 deletions

16
.gitignore vendored
View file

@ -1,7 +1,15 @@
# Build output
target
# Test output
test-output
# Profiler output when using the `profile-index` feature
index-flame-graph.html
# Local config for quick iteration
TestConfig.toml
# Release process artefacts (usually runs on CI)
release
*.res
test-output
tmp
TestConfig*
index-flame-graph.html

View file

@ -13,4 +13,4 @@ Note that the Github web UI will separate the release from the corresponding tag
## How to change the database schema
- Add a new folder under `migrations` following the existing pattern
- Run `update_db_schema.bat` (all its should also work in bash if you're a Linux user)
- Run `update_db_schema.bat`