about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--uploader/phenotypes/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/phenotypes/models.py b/uploader/phenotypes/models.py
index 498a48b..2843d06 100644
--- a/uploader/phenotypes/models.py
+++ b/uploader/phenotypes/models.py
@@ -302,7 +302,7 @@ def create_new_phenotypes(conn: mdb.Connection,
 
             cursor.executemany(
                 ("INSERT INTO "
-                 "Phenotypes(Pre_publication_description, Original_description, Units, Authorized_Users) "
+                 "Phenotype(Pre_publication_description, Original_description, Units, Authorized_Users) "
                  "VALUES (%(id)s, %(description)s, %(units)s, 'robwilliams') "
                  "RETURNING *"),
                 tuple(batch))