Skip to content
Snippets Groups Projects
Commit 54768d34 authored by ens-carlos's avatar ens-carlos Committed by Tiago Grego
Browse files

Updated mapping_session assembly names length.

parent 5f5d67be
No related branches found
No related tags found
1 merge request!460Core db schema patch to support longer assembly names in the mapping_session table.
......@@ -1915,8 +1915,8 @@ CREATE TABLE mapping_session (
new_db_name VARCHAR(80) NOT NULL DEFAULT '',
old_release VARCHAR(5) NOT NULL DEFAULT '',
new_release VARCHAR(5) NOT NULL DEFAULT '',
old_assembly VARCHAR(20) NOT NULL DEFAULT '',
new_assembly VARCHAR(20) NOT NULL DEFAULT '',
old_assembly VARCHAR(80) NOT NULL DEFAULT '',
new_assembly VARCHAR(80) NOT NULL DEFAULT '',
created DATETIME NOT NULL,
PRIMARY KEY (mapping_session_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