win7user10 / Laraue.EfCoreTriggers

Library to write triggers in C# with EF.Core
MIT License
111 stars 20 forks source link

fix drop trigger #59

Closed Phil91 closed 1 year ago

Phil91 commented 1 year ago

Problem

When creating the migration the drop Trigger for Postgres usage didn't have the Schema in it.

Solution

With this PR the drop trigger will have the schema name of the given entity.