-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #767 from complexdatacollective/feature/validation…
…-with-variables expand variable validation
- Loading branch information
Showing
5 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* eslint-env jest */ | ||
/* eslint-disable import/prefer-default-export */ | ||
|
||
export const APP_SCHEMA_VERSION = 7; | ||
export const APP_SCHEMA_VERSION = 8; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule protocol-validation
updated
6 files
+18 −0 | migrations/migrations/8.js | |
+2 −0 | migrations/migrations/index.js | |
+8,092 −0 | schemas/8.js | |
+1,018 −0 | schemas/8.json | |
+2 −0 | schemas/index.js | |
+1 −1 | validation/validateLogic.js |