Skip to content

Commit

Permalink
Add DropDatabase and CreateDatabase to GettingStarted documentation p…
Browse files Browse the repository at this point in the history
…age to make the existence of those steps more clear (#463)
  • Loading branch information
JaDuyve authored Mar 5, 2024
1 parent 91c9652 commit 218184f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ we would recommend you going with the defaults.

The default folders are run in the following order:

### -1. dropDatabase (Anytime scripts)
If you have the need for a custom `DROP DATABASE` script (used with the `--drop` command-line flag)

### 0. createDatabase (Anytime scripts)
If you have the need for a custom `CREATE DATABASE` script, put it here, and it will be used instead of the default.

### 1. beforeMigration (Everytime scripts)
If you have particular tasks you want to perform prior to any database migrations (custom logging? database backups? disable replication?) you can do it here.

Expand Down

0 comments on commit 218184f

Please sign in to comment.