Skip to content
Snippets Groups Projects
Unverified Commit 8320581f authored by ens-carlos's avatar ens-carlos Committed by GitHub
Browse files

Increased assembly names VARCHAR length.

parent f1547cee
No related branches found
No related tags found
2 merge requests!453Patch to support longer assembly names in the mapping session table.,!454Core 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