Skip to content
Snippets Groups Projects
Commit a9d36a01 authored by Felix Kokocinski's avatar Felix Kokocinski
Browse files

one comma too much...

parent 5d56cb75
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ CREATE TABLE species (
CREATE TABLE interpro (
interpro varchar(255) not null,
pfam varchar(255) not null,
pfam varchar(255) not null
);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment