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

Added release column rename.

parent 8e47794e
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,8 @@ ALTER TABLE xref ADD COLUMN info_type ENUM('PROJECTION', 'MISC');
ALTER TABLE xref ADD COLUMN info_text VARCHAR(255);
ALTER TABLE xref ADD INDEX info_type_idx (info_type);
# Change name of release column in external_db since release is a reserved word
ALTER TABLE external_db CHANGE COLUMN release db_release VARCHAR(40) NOT NULL;
# Add the two new Unmapped Object tables:-
......
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