Skip to content

Commit

Permalink
Merge pull request #1438 from tripal/tv4g1-issue1436-warnings-generat…
Browse files Browse the repository at this point in the history
…ing-chado_schema-1.3.yml

Tv4g1 issue1436 warnings generating chado schema 1.3.yml
  • Loading branch information
dsenalik committed Mar 6, 2023
2 parents 7d3796b + 6ede21c commit c5869d3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tripal_chado/chado_schema/generate_chado_schema_yaml.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@
*
***** RUN USING DRUSH ****
* Example Usage:
* drush php-script modules/t4d8/tripal_chado/chado_schema/generate_chado_schema_yaml.php > file
* cd modules/contrib/tripal/tripal_chado/chado_schema
* drush php-script generate_chado_schema_yaml.php > chado_schema-1.3.yml
*/


$version = $arguments['v'];
$safe_version = preg_replace('/\./', '_', $version);

// Iterate through the tables of Chado and use the Schema module to
// generate a schema array for each table.
$sql = "
Expand Down

0 comments on commit c5869d3

Please sign in to comment.