Barnaby
12/07/2021, 12:38 PMMigration `20211207122745_genesis` failed to apply cleanly to the shadow database.
db error: ERROR: function uuid_generate_v4() does not exist
And:
postgres=# select uuid_generate_v4();
uuid_generate_v4
--------------------------------------
1c68bfd5-f682-498c-a9b9-59b79ddcfa26
(1 row)
what is meant by "shadow database", is this not my maintenance database? Does the uuid function actually need to be "installed" in each individual database?nikolasburk
Does the uuid function actually need to be โinstalledโ in each individual database?I would believe so, did you try this already?
Barnaby
12/07/2021, 4:32 PMnikolasburk