3 lines
140 B
SQL
3 lines
140 B
SQL
-- Script to clean up the improper FK constraint from cleanup migration
|
|
ALTER TABLE Pacientes
|
|
DROP FOREIGN KEY FK_Pacientes_AspNetUsers_Id; |