Changes between Initial Version and Version 1 of Ticket #24811


Ignore:
Timestamp:
May 17, 2015, 6:09:33 PM (9 years ago)
Author:
Alex Krupp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24811 – Description

    initial v1  
    11Currently for installing the Postgres HStoreExtension, the documentation is as follows:
    22
    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.''
    44
    55However 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.
Back to Top