I’m trying to run the migrations for Hydra 2.0, an...
# talk-hydra
f
I’m trying to run the migrations for Hydra 2.0, and I am running into a lot of
Cannot change column 'nid': used in a foreign key constraint
errors for all the
Copy code
ALTER TABLE <table> MODIFY `nid` char(36) NOT NULL;
queries.