Skip to content

Commit

Permalink
Update development.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed Dec 2, 2024
1 parent 1154807 commit e5a186c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ bundle install
### Create Database
```bash
psql postgres
DROP DATABASE geoblacklight_development;
CREATE DATABASE geoblacklight_development;
DROP DATABASE geoblacklight_admin_development;
CREATE DATABASE geoblacklight_admin_development;
```

### Run Application
Expand Down

0 comments on commit e5a186c

Please sign in to comment.