mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-20 22:32:30 -04:00
Fixing edit test
This commit is contained in:
@@ -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();");
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user