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

Added a column status in external_db

parent c624b67b
No related branches found
No related tags found
No related merge requests found
......@@ -613,6 +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) 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