Skip to content

Commit

Permalink
fix column name
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Nov 24, 2023
1 parent f903610 commit 29603a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apolpi.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@

INSERT = """
INSERT INTO organism
(id, version, common_name, directory, genome_fasta, genome_fasta_index, genus, species, obsolete, publicMode)
(id, version, common_name, directory, genome_fasta, genome_fasta_index, genus, species, obsolete, public_mode)
VALUES
(:id, 2, :commonName, :directory, 'seq/genome.fasta', 'seq/genome.fasta.fai', :genus, :species, false, :publicMode);
"""
Expand Down

0 comments on commit 29603a2

Please sign in to comment.