Skip to content
Snippets Groups Projects
Commit eef4f233 authored by Simon Leipold's avatar Simon Leipold
Browse files

1072117 Indizes in Permission-Systemtabellen erstellt

parent e9e6634e
No related branches found
No related tags found
No related merge requests found
......@@ -9,5 +9,8 @@
<column name="COND" type="CLOB"/>
<column name="CONDTYPE" type="TINYINT"/>
</createTable>
<createIndex indexName="idx_asyspermission_permissionsetid" tableName="ASYS_PERMISSION">
<column name="ASYS_PERMISSIONSET_ID"/>
</createIndex>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
......@@ -8,5 +8,8 @@
<column name="ASYS_PERMISSION_ID" type="CHAR(36)"/>
<column name="ACTION" type="VARCHAR(255)"/>
</createTable>
<createIndex indexName="idx_asyspermissionaction_permissionid" tableName="ASYS_PERMISSIONACTION">
<column name="ASYS_PERMISSION_ID"/>
</createIndex>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
......@@ -11,5 +11,18 @@
<column name="FIELD_ID" type="VARCHAR(255)"/>
<column name="ACCESSTYPE" type="CHAR(1)"/>
</createTable>
<createIndex indexName="idx_asyspermissionset_setid" tableName="ASYS_PERMISSIONSET">
<column name="ASYS_PERMISSIONSET_ID"/>
</createIndex>
<createIndex indexName="idx_asyspermissionset_fieldid" tableName="ASYS_PERMISSIONSET">
<column name="FIELD_ID"/>
</createIndex>
<createIndex indexName="idx_asyspermissionset_entityid" tableName="ASYS_PERMISSIONSET">
<column name="ENTITY_ID"/>
</createIndex>
<createIndex indexName="idx_asyspermissionset_roleid" tableName="ASYS_PERMISSIONSET">
<column name="ROLE_ID"/>
</createIndex>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
......@@ -1750,7 +1750,7 @@
<scale v="0" />
<notNull v="false" />
<isUnique v="false" />
<index v="false" />
<index v="true" />
<documentation></documentation>
<title></title>
<description></description>
......@@ -1764,7 +1764,7 @@
<scale v="0" />
<notNull v="false" />
<isUnique v="false" />
<index v="false" />
<index v="true" />
<documentation></documentation>
<title></title>
<description></description>
......@@ -1792,7 +1792,7 @@
<scale v="0" />
<notNull v="false" />
<isUnique v="false" />
<index v="false" />
<index v="true" />
<documentation></documentation>
<title></title>
<description></description>
......@@ -1806,7 +1806,7 @@
<scale v="0" />
<notNull v="false" />
<isUnique v="false" />
<index v="false" />
<index v="true" />
<documentation></documentation>
<title></title>
<description></description>
......@@ -1868,7 +1868,7 @@
<scale v="0" />
<notNull v="false" />
<isUnique v="false" />
<index v="false" />
<index v="true" />
<documentation></documentation>
<title></title>
<description></description>
......@@ -1958,7 +1958,7 @@
<scale v="0" />
<notNull v="false" />
<isUnique v="false" />
<index v="false" />
<index v="true" />
<documentation></documentation>
<title></title>
<description></description>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment