Skip to content
Snippets Groups Projects
Commit 1388b867 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

[Projekt: Entwicklung - Neon][TicketNr.: 1065567][Fehlende Indizes auf...

[Projekt: Entwicklung - Neon][TicketNr.: 1065567][Fehlende Indizes auf Systemtabellen in liquibase-scripte hinzufügen]
parent 4eaa2c5d
No related branches found
No related tags found
No related merge requests found
......@@ -23,5 +23,8 @@
<column name="ALIASID" type="VARCHAR(63)"/>
<column name="TENANTID" type="VARCHAR(63)"/>
</createTable>
<createIndex tableName="ASYS_ALIASCONFIG" indexName="IDX_ASYS_ALIASCONFIG_SERVERID">
<column name="SERVERID"/>
</createIndex>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
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