Skip to content

Commit

Permalink
Fix citext to postgis
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinetix committed Dec 6, 2024
1 parent 4476cb4 commit 9851e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DEPLOY.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ You may also want to put this in the appropriate place in your system so your ch

- If you’re using RDS or some other locked down DB, you may need to run `CREATE EXTENSION IF NOT EXISTS citext WITH SCHEMA public;` on your database with elevated privileges.

- You may also need to enable the `postgis` extension manually by running `CREATE EXTENSION IF NOT EXISTS citext WITH SCHEMA public;` on your database with elevated privileges.
- You may also need to enable the `postgis` extension manually by running `CREATE EXTENSION IF NOT EXISTS postgis WITH SCHEMA public;` on your database with elevated privileges.

- You can check if your instance is configured correctly and get to the iex console by running `bin/bonfire start`

Expand Down

0 comments on commit 9851e56

Please sign in to comment.