From: lingutln Date: Thu, 9 May 2013 18:19:45 +0000 (+0000) Subject: Updated comments in stored_procedure.sql file X-Git-Url: http://gitweb.planteome.org/?a=commitdiff_plain;h=95892d28fa30d563c835db50ee6301b7bd49ddb8;p=old-jaiswallab-svn%2F.git Updated comments in stored_procedure.sql file svn path=/; revision=474 --- diff --git a/image_annotation_db/ia_upload/stored_procedures.sql b/image_annotation_db/ia_upload/stored_procedures.sql index 47a3736..149e728 100644 --- a/image_annotation_db/ia_upload/stored_procedures.sql +++ b/image_annotation_db/ia_upload/stored_procedures.sql @@ -1,4 +1,4 @@ -# create stored procedure for importing taxon table +-- create stored procedure for importing taxon table delimiter // create procedure import_taxon (species_id varchar(45), species_name varchar(80), genus varchar(80))