mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-01-29 18:54:29 +01:00
fix migration script for H2
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user