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

Was acting on the wrong table!

parent f6321571
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
# description:
# Make external_db column in unmapped_object be SMALLINT UNSIGNED explicitly.
ALTER TABLE external_db CHANGE COLUMN external_db_id external_db_id SMALLINT UNSIGNED;
ALTER TABLE unmapped_object CHANGE COLUMN external_db_id external_db_id SMALLINT UNSIGNED;
# patch identifier
INSERT INTO meta (meta_key, meta_value) VALUES ('patch', 'patch_45_46_c.sql|unmapped_object.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