Aleksandar Dimitrijevic
Aleksandar Dimitrijevic
PPrisma
Created by Aleksandar Dimitrijevic on 11/1/2024 in #help-and-questions
In one of my migration i have
-- CreateExtension
CREATE EXTENSION IF NOT EXISTS "postgis" WITH VERSION "3.2.4";
-- CreateExtension
CREATE EXTENSION IF NOT EXISTS "postgis" WITH VERSION "3.2.4";
But that version is not supported anymore, so i have problem with generation new migrations, bcs shadow database cannot be created bcs 3.2.4 version is not supported anymore and i cannot just change to 3.2.6 bcs migration is not same as it was . What should I do, to succesfully update postgis to for example next min version 3.2.6?
1 replies