Closed syvb closed 1 week ago
distance_type_* needs to be marked as create_or_replace so that the pgrx schema generator generates update scripts with CREATE OR REPLACE. Without OR REPLACE upgrading fails.
distance_type_*
create_or_replace
CREATE OR REPLACE
OR REPLACE
distance_type_*
needs to be marked ascreate_or_replace
so that the pgrx schema generator generates update scripts withCREATE OR REPLACE
. WithoutOR REPLACE
upgrading fails.