Changes between Initial Version and Version 1 of Ticket #24811
- Timestamp:
- May 17, 2015, 6:09:33 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24811 – Description
initial v1 1 1 Currently for installing the Postgres HStoreExtension, the documentation is as follows: 2 2 3 `Setup the hstore extension in PostgreSQL before the first CreateModel or AddField operation by adding a migration with the HStoreExtension operation.` 3 ''Setup the hstore extension in PostgreSQL before the first CreateModel or AddField operation by adding a migration with the HStoreExtension operation.'' 4 4 5 5 However there is no explanation of how to do this. It also seems like the migrations would need to be run as superuser, so doing this in a secure way should be incorporated into the instructions.