Skip to content
Snippets Groups Projects
Commit 22aec1c2 authored by Emmanuel Mongin's avatar Emmanuel Mongin
Browse files

No comment

parent b8b9c295
No related branches found
No related tags found
No related merge requests found
......@@ -613,7 +613,7 @@ CREATE TABLE external_db(
external_db_id INT not null auto_increment,
db_name VARCHAR(40) not null,
release VARCHAR(40) DEFAULT '' NOT NULL,
status VARCHAR(10) ENUM ('KNOWN','XREF','PRED') not null,
status ENUM ('KNOWN','XREF','PRED') not null,
PRIMARY KEY( external_db_id )
);
......
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