Fixing edit test

This commit is contained in:
Zoe Roux
2021-06-21 01:10:28 +02:00
parent 2ec51b20e0
commit bd82fbfb2c
2 changed files with 2 additions and 3 deletions
@@ -26,7 +26,7 @@ namespace Kyoo.Postgresql.Migrations
$$;");
migrationBuilder.Sql(@"
CREATE TRIGGER ""SeasonSlug"" AFTER INSERT OR UPDATE OF ""SeasonNumber"", ""ShowID"" ON ""Seasons""
CREATE TRIGGER ""SeasonSlug"" BEFORE INSERT OR UPDATE OF ""SeasonNumber"", ""ShowID"" ON ""Seasons""
FOR EACH ROW EXECUTE PROCEDURE season_slug_update();");