mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
MOB-629 - remove AVM issuer id (cont)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13690 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
--
|
--
|
||||||
-- Title: Upgrade to V3.2 - Remove AVM Issuer
|
-- Title: Upgrade to V3.2 - Remove AVM Issuer
|
||||||
-- Database: MySQL
|
-- Database: MySQL
|
||||||
-- Since: V3.2 schema X
|
-- Since: V3.2 schema 2008
|
||||||
-- Author: janv
|
-- Author: janv
|
||||||
--
|
--
|
||||||
-- remove AVM node issuer - replace with auto-increment id
|
-- remove AVM node issuer - replace with auto-increment id
|
||||||
@@ -40,6 +40,10 @@ delete from avm_nodes where id = 0;
|
|||||||
|
|
||||||
alter table avm_nodes modify column id bigint not null auto_increment;
|
alter table avm_nodes modify column id bigint not null auto_increment;
|
||||||
|
|
||||||
|
-- drop issuer table
|
||||||
|
|
||||||
|
drop table avm_issuer_ids;
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Record script finish
|
-- Record script finish
|
||||||
--
|
--
|
||||||
|
Reference in New Issue
Block a user