Closed shimizukawa closed 2 years ago
from: https://github.com/shimizukawa/django-redshift-backend/pull/24/commits/b551856bbe4528b191a6d21d3586a865db8c11af#diff-5af7c04b6b21eb52ef51f5ead82240ebR123
everything to do with a model's metaclass defining index_together.
add_index and remove_index have been added since django-1.11. I must investigate this
add_index
remove_index
refs:
Redsihft doesn't support INDEX. https://docs.aws.amazon.com/en_us/redshift/latest/dg/c_unsupported-postgresql-features.html
from: https://github.com/shimizukawa/django-redshift-backend/pull/24/commits/b551856bbe4528b191a6d21d3586a865db8c11af#diff-5af7c04b6b21eb52ef51f5ead82240ebR123
add_index
andremove_index
have been added since django-1.11. I must investigate thisrefs: