Skip to content

Commit

Permalink
Preparing Aurora PostgreSQL to be used as a knowledge base for Amazon…
Browse files Browse the repository at this point in the history
  • Loading branch information
pethers authored Nov 23, 2024
1 parent c06cb22 commit 3a8d07a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions service.data.impl/src/main/resources/db-changelog-1.24.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,10 @@
<createIndex indexName="application_session_created_date_idx" tableName="application_session">
<column name="created_date"/>
</createIndex>


</changeSet>

</databaseChangeLog>
<changeSet author="pether (generated)" id="1414872417007-331" failOnError="false">
<sql>CREATE EXTENSION vector</sql>
</changeSet>

</databaseChangeLog>

0 comments on commit 3a8d07a

Please sign in to comment.