From 033509745af41d511d3db84cb924c435a7a051d8 Mon Sep 17 00:00:00 2001 From: Robyn MacCallum Date: Wed, 20 Oct 2021 09:55:02 -0400 Subject: [PATCH] Server setup documation updates (#1654) * Add note to help others if they run into the same issue during setup. * Added some more info --- SETUP.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SETUP.md b/SETUP.md index 1ebf13416..acf778ecc 100644 --- a/SETUP.md +++ b/SETUP.md @@ -52,6 +52,8 @@ We provide a helper script which will create the development database `vault_dev .\dev\migrate.ps1 -r ``` +**Note:** If all or many migrations are skipped even though this is a new database, make sure that there is not a `last_migration` file located in `dev/.data/mssql`. If there is, remove it and run the helper script again. This can happen if you create the database, run migrations, then delete it. + ### Azurite [Azurite](https://github.com/Azure/Azurite) is a emulator for Azure Storage API and supports Blob, Queues and Table storage. We use it to avoid a hard dependency on online services for cloud development.