Skip to content

Commit

Permalink
Say that CDB has orcid in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Oct 16, 2023
1 parent a1c97d7 commit 9629ca8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/cdb-schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ CREATE TABLE `ContactInfo` (
`lastName` varbinary(240) NOT NULL DEFAULT '',
`email` varchar(120) NOT NULL,
`affiliation` varbinary(2048) NOT NULL DEFAULT '',
`orcid` varbinary(64) DEFAULT NULL,
`disabled` tinyint(1) NOT NULL DEFAULT 0,
`data` varbinary(32767) DEFAULT NULL,
`password` varbinary(2048) DEFAULT NULL,
Expand Down

0 comments on commit 9629ca8

Please sign in to comment.