Skip to content

Commit

Permalink
Follow same name convention as exixting indexes
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Costa <pedrof.costa@gmail.com>
  • Loading branch information
costap committed Oct 25, 2021
1 parent 42019c0 commit fd4749a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package migrations

const createIndexOnTupleTransactionTimestamp = `
CREATE INDEX idx_relation_tuple_transaction_timestamp on relation_tuple_transaction(timestamp);
CREATE INDEX id_relation_tuple_transaction_by_timestamp on relation_tuple_transaction(timestamp);
`

func init() {
Expand Down

0 comments on commit fd4749a

Please sign in to comment.