From 35c691e9acfde0ec1b6071ecdd7ab9b584cc5cc8 Mon Sep 17 00:00:00 2001 From: Felix Kokocinski <fsk@sanger.ac.uk> Date: Wed, 18 Oct 2006 15:22:47 +0000 Subject: [PATCH] correction from patch_40_41_d: put auto-increment back in ditag table --- sql/patch_41_42_e.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sql/patch_41_42_e.sql diff --git a/sql/patch_41_42_e.sql b/sql/patch_41_42_e.sql new file mode 100644 index 0000000000..e9f61350c7 --- /dev/null +++ b/sql/patch_41_42_e.sql @@ -0,0 +1,10 @@ +# patch_40_41_e +# +# title: ditag correction from patch_40_41_d +# +# description: put auto increment back in the table + +alter table ditag change column ditag_id ditag_id int(10) unsigned NOT NULL auto_increment; + +# patch identifier +INSERT INTO meta (meta_key, meta_value) VALUES ('patch', 'patch_41_42_e.sql|ditag_autoincrement'); -- GitLab