Elias Wambugu
10/20/2022, 7:48 PMprisma migrate dev
Migration `20220609015525_test` failed to apply cleanly to the shadow database.
Error:
db error: ERROR: type "citext" does not exist
Jarupong
10/21/2022, 1:25 AMCREATE EXTENSION IF NOT EXISTS citext;
one your migration filesJarupong
10/21/2022, 1:26 AMElias Wambugu
10/21/2022, 1:45 AMCREATE EXTENSION IF NOT EXISTS citext;
Jarupong
10/21/2022, 1:47 AMJarupong
10/21/2022, 1:47 AMElias Wambugu
10/21/2022, 1:49 AM20220609015525_test
is already recorded as applied in the database.`Elias Wambugu
10/21/2022, 1:49 AMElias Wambugu
10/21/2022, 1:49 AMnpx prisma migrate dev
and everything seems to be working fineElias Wambugu
10/21/2022, 1:50 AMJarupong
10/21/2022, 1:50 AMJarupong
10/21/2022, 1:50 AMElias Wambugu
10/21/2022, 1:52 AMElias Wambugu
10/21/2022, 2:00 AMJarupong
10/21/2022, 2:03 AMElias Wambugu
10/21/2022, 2:05 AM