F2 avanzada

This commit is contained in:
2026-08-10 23:00:56 -03:00
parent 12b7b0f4b2
commit b4b25e49e0
49 changed files with 1304 additions and 227 deletions
+3
View File
@@ -0,0 +1,3 @@
-- Script to clean up the improper FK constraint from cleanup migration
ALTER TABLE Pacientes
DROP FOREIGN KEY FK_Pacientes_AspNetUsers_Id;