Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CORE-19289 - Updated the table
utxo_visible_transaction_output
(#1598)
Added the column `token_priority` to the database table `utxo_visible_transaction_output`. Created an index that uses the `token_priority` and `transaction_id` columns. Note: 1) Liquibase does not support the creation of an index where NULL values are last unless we write the SQL code ourselves. (See reference: https://docs.liquibase.com/change-types/create-index.html) 2) Postgres reference for creating an index with the `NULLS LAST` option: https://www.postgresql.org/docs/current/indexes-ordering.html
- Loading branch information