fix migration script for H2

This commit is contained in:
Carsten Otto
2022-10-26 10:16:17 +02:00
parent 37a6f31d5e
commit 548deb81d2

View File

@@ -1,4 +1,5 @@
drop index channel_id_and_hop_order_index;
alter table PAYMENT_ROUTE_HOPS drop constraint constraint_4;
alter table PAYMENT_ROUTE_HOPS drop column HOPS_ORDER;
create index if not exists channel_id_and_first_index
on payment_route_hops (channel_id, first);