Skip to content

Commit

Permalink
Fix test schema
Browse files Browse the repository at this point in the history
  • Loading branch information
howdyjessie committed Nov 16, 2016
1 parent f67d7ea commit 965cb2d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions deployment-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "sftp",
"host": "dev.isrd.isi.edu",
"username": "jessie",
"port": "22",
"remotePath": "/home/jessie/public_html/ermrestjs",
"sshKeyFile": "~/.ssh/id_rsa",
"passphrase": "jessiew",
"uploadOnSave": true
}
4 changes: 2 additions & 2 deletions test/specs/common/conf/common_schema_2/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@
"name": "table_1_generated",
"type": { "typename": "text" },
"annotations": {
"tag:isrd.isi.edu,2016:generated": {}
"tag:isrd.isi.edu,2016:generated": null
}
},
{
"name": "table_1_immutable",
"type": { "typename": "text" },
"annotations": {
"tag:isrd.isi.edu,2016:immutable": {}
"tag:isrd.isi.edu,2016:immutable": null
}
},
{
Expand Down

0 comments on commit 965cb2d

Please sign in to comment.