Skip to content
Snippets Groups Projects
Commit 35c691e9 authored by Felix Kokocinski's avatar Felix Kokocinski
Browse files

correction from patch_40_41_d: put auto-increment back in ditag table

parent fd10b703
No related branches found
No related tags found
No related merge requests found
# 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');
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