Skip to content
Snippets Groups Projects
Commit c4254e24 authored by llaffont's avatar llaffont
Browse files

Correction patch 157 pour retirer l'index unique (pas de primary key)

parent 09407330
Branches
Tags
No related merge requests found
alter table codif_thesaurus change id_thesaurus id_thesaurus VARCHAR(250);
alter table codif_thesaurus drop primary key ;
alter table codif_thesaurus drop index indice;
alter table codif_thesaurus add column id int(11) auto_increment primary key;
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