diff options
| author | Sean Fridman <fridman@mail.sfsu.edu> | 2015-07-10 17:31:40 -0400 |
|---|---|---|
| committer | Sean Fridman <fridman@mail.sfsu.edu> | 2015-07-10 17:37:06 -0400 |
| commit | 7249dc10568091194a77990513fa2b77fdbd088a (patch) | |
| tree | 16c0eb548c765e1fde050cf9952f43724c933346 /app/node_modules/okschema | |
| parent | fb5605bdee9f527ffeefd0b59af01534b4d3b8ac (diff) | |
Implement basic foreign key supportv0.1.13
Diffstat (limited to 'app/node_modules/okschema')
| -rw-r--r-- | app/node_modules/okschema/index.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/node_modules/okschema/index.js b/app/node_modules/okschema/index.js index 89b59cc..330ad6b 100644 --- a/app/node_modules/okschema/index.js +++ b/app/node_modules/okschema/index.js @@ -73,6 +73,10 @@ var types = { 'flag': { parent: 'string', assertValid: function(spec, value) {} + }, + 'foreign-key': { + parent: 'enum', + assertValid: function(spec, value) {} } } |
