-
Couldn't load subscription status.
- Fork 79
Additional Processing Command added to Software_Command #2694
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
0c9598b
58858ae
82c546a
cbebd76
7659c88
617831b
ff87431
b1924c3
7462867
0994537
7b63710
bb3cd2f
baf7739
5e0f643
ae5d1a3
1d54381
4ba96ab
6a06964
b9a2cba
232c21a
56aaeac
2dcdd93
caee66e
39cc48d
b268a42
77af7fd
c1c8e9b
e7c5832
d1d5e44
e356545
3799456
b510802
cc404e0
7bad458
eb62b96
5d53cde
d6293b4
af7469b
03ec61b
4672d2c
3c6416e
2437e4f
ed78f0a
f9ed95f
a9ba0e5
6d72398
59b9bcb
9f7e186
2a2cce7
9f8ab39
2c8b4c6
51986a1
d701b81
aef0e50
13c43af
86dcd77
1cc4315
3aae997
ab7c8d3
60af7f6
981cebc
fc52463
434f782
29c2f10
f7b6186
a07bfe1
481928d
8df5989
072e926
90a88d9
6afb10a
2ce85a8
679528b
011b339
5e34afe
056389f
935c321
6803da8
2476274
dcbb643
d8aa5e1
f9bd633
c017536
fe7331a
6a25454
5834489
efc5b62
5be9c99
0ce0ac8
e4af992
73df73e
1c732c1
94bb8e4
22cd247
58e07e6
0095284
3609ea9
cd3061e
dcdc24b
c787682
308c86d
c5a2ac3
b3a7af3
a78d7be
5e3b603
c75e17e
6f448f3
70bca50
fc2d88a
99598cf
000c423
03883e1
28e897e
aad650a
9797a1a
ad34d04
c73bd55
8aed862
f6cfb15
043f5eb
1bd63f8
c723359
7b5f42d
6b099ca
ebd99b0
2682c91
34aca8b
85ae011
15aad87
b8337eb
4f97e8b
455b88f
bf45f0e
93efdb6
1ed506d
50cf38a
b1e0f8b
6b49822
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| -- October 6, 2018 | ||
| -- add addtl_processing_cmd column to record additional information required to merge some BIOMS. | ||
|
|
||
| ALTER TABLE qiita.software_command ADD addtl_processing_cmd varchar; | ||
|
|
||
| COMMENT ON COLUMN qiita.software_command.addtl_processing_cmd IS 'Store information on additional processes to merge BIOMs, if any.'; |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1307,6 +1307,9 @@ | |
| <column name="ignore_parent_command" type="bool" jt="-7" mandatory="y" > | ||
| <defo>false</defo> | ||
| </column> | ||
| <column name="addtl_processing_cmd" type="varchar" jt="12"> | ||
| <comment><![CDATA[Store information on additional processes to merge BIOMs, if any.]]></comment> | ||
| </column> | ||
| <index name="pk_soft_command" unique="PRIMARY_KEY" > | ||
| <column name="command_id" /> | ||
| </index> | ||
|
|
@@ -1854,4 +1857,4 @@ ALTER TABLE oauth_software ADD CONSTRAINT fk_oauth_software FOREIGN KEY ( client | |
| ]]></string> | ||
| </script> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is no right, correct? There should have been changes in this file, cause we added a new column. Could you double check? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Just added a line. Just to clarify, this is an internal format right? I don't see a schema reference at the top. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think is fine now but here is more information: https://github.com/biocore/qiita/blob/master/CONTRIBUTING.md#making-database-changes, will wait for confirmation. |
||
| </layout> | ||
| </project> | ||
| </project> | ||
Uh oh!
There was an error while loading. Please reload this page.