mirror of
https://github.com/aljazceru/lspd.git
synced 2026-01-04 14:44:30 +01:00
Add postgresql migration files
This commit is contained in:
5
postgresql/migrations/000002_details.up.sql
Normal file
5
postgresql/migrations/000002_details.up.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
ALTER TABLE public.payments DROP COLUMN payment_request_out;
|
||||
ALTER TABLE public.payments ADD payment_secret bytea NOT NULL;
|
||||
ALTER TABLE public.payments ADD destination bytea NOT NULL;
|
||||
ALTER TABLE public.payments ADD incoming_amount_msat bigint NOT NULL;
|
||||
ALTER TABLE public.payments ADD outgoing_amount_msat bigint NOT NULL;
|
||||
Reference in New Issue
Block a user