Skip to content
Snippets Groups Projects
Commit 83a34e59 authored by Michal Zander's avatar Michal Zander
Browse files

Remove $$ from haf index registration

parent 3f143a41
Branches
Tags
1 merge request!283Remove $$ from haf index registration
Pipeline #113981 passed
......@@ -3,7 +3,5 @@
-- used by get_input_type (search for block_num by block's hash)
SELECT hive.register_index_dependency(
'hafbe_app',
$$
CREATE UNIQUE INDEX IF NOT EXISTS uq_blocks_hash ON hafd.blocks USING btree (hash);
$$
'CREATE UNIQUE INDEX IF NOT EXISTS uq_blocks_hash ON hafd.blocks USING btree (hash)'
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment