Skip to content
Snippets Groups Projects
Commit 96eaf888 authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Added secondary_db_* columns to external_db

parent 1576fc19
No related branches found
No related tags found
No related merge requests found
......@@ -798,7 +798,9 @@ CREATE TABLE external_db (
priority INT NOT NULL,
db_display_name VARCHAR(255),
type ENUM('ARRAY', 'ALT_TRANS', 'MISC', 'LIT', 'PRIMARY_DB_SYNONYM'),
secondary_db_name VARCHAR(255) DEFAULT NULL,
secondary_db_table VARCHAR(255) DEFAULT NULL,
PRIMARY KEY (external_db_id)
) COLLATE=latin1_swedish_ci TYPE=MyISAM;
......
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