Skip to content

Commit

Permalink
Added Rake Task db:recreate
Browse files Browse the repository at this point in the history
  • Loading branch information
dalezak committed Feb 2, 2022
1 parent 4a46fb4 commit c7f17f9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -525,6 +525,17 @@ Some handy project configurations to make your life simpler.
```
</details>

<details>
<summary>Rake Task db:recreate</summary>

This rake task will drop, create, migrate and seed the database, plus clears uploads and storage.

[This template](https://railsbytes.com/templates/VQLsoK) adds `db:recreate` rake task.
```console
rails app:template LOCATION="https://railsbytes.com/script/VQLsoK"
```
</details>

<details>
<summary>Setup Bullet</summary>

0 comments on commit c7f17f9

Please sign in to comment.