Database migration operationsΒΆ
All of these operations are available from
the django.contrib.postgres.operations
module.
CreateExtensionΒΆ
HStoreExtensionΒΆ
-
class
HStoreExtension
[source]ΒΆ A subclass of
CreateExtension
which will install thehstore
extension and also immediately set up the connection to interpret hstore data.
UnaccentExtensionΒΆ
-
class
UnaccentExtension
[source]ΒΆ A subclass of
CreateExtension
which will install theunaccent
extension.