From 403e74d3653f44ebdfeccb1c9ce87b9f4d1ba4fb Mon Sep 17 00:00:00 2001 From: "b.ulrich" <b.ulrich@adito.de> Date: Wed, 3 Jun 2020 08:21:25 +0200 Subject: [PATCH] [Projekt: Entwicklung - Neon][TicketNr.: 1058108][Index auf ASYS_USERS.GROUPID] --- .../_____SYSTEMALIAS/basic/init/struct/create_asys_users.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.liquibase/_____SYSTEMALIAS/basic/init/struct/create_asys_users.xml b/.liquibase/_____SYSTEMALIAS/basic/init/struct/create_asys_users.xml index c0b26e22fe8..b9105d5ca55 100644 --- a/.liquibase/_____SYSTEMALIAS/basic/init/struct/create_asys_users.xml +++ b/.liquibase/_____SYSTEMALIAS/basic/init/struct/create_asys_users.xml @@ -20,5 +20,8 @@ <column name="DATE_EDIT" type="DATETIME"/> <column name="DATE_NEW" type="DATETIME"/> </createTable> + <createIndex indexName="idx_asysusers_groupid" tableName="ASYS_USERS"> + <column name="GROUPID"/> + </createIndex> </changeSet> </databaseChangeLog> \ No newline at end of file -- GitLab