Laraue.EfCoreTriggers icon indicating copy to clipboard operation
Laraue.EfCoreTriggers copied to clipboard

Missing schema in Drop Trigger for SqlServer

Open Magdalena1108 opened this issue 8 months ago • 0 comments

If the trigger is used in a schema, then "Drop Trigger" has to be called "Drop Tigger schema.TriggerName" in SqlServer. Therefor the schema is missing in the Down Migration for the SqlServer.

P.S. It would be cool too, if it is possible to call the "After" methods inside a convention, therefor is has to support the IConventionEntityTypeBuilder class ;)

Magdalena1108 avatar Jun 18 '24 14:06 Magdalena1108