You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ALTERTRIGGER enforceCorrectProjectContext USING (std::assert((__new__.projectContext =__new__.project.projectContext), message:="Given project context must match given project's context"));
FOREACHDO (std::assert((std::any((__new__.primaryLocation.fundingAccount.accountNumber >0)) ORNOT (EXISTS (__new__.primaryLocation))), message:='Project must have a primary location with a specified funding account'));
FOREACHDO (std::assert(EXISTS (__new__.scripture.verses), message:='`Producible.scripture` should have a `Scripture::Collection` with verses or be null/empty-set'));
0 commit comments