mirror of
https://github.com/aljazceru/lspd.git
synced 2025-12-19 06:44:23 +01:00
Fix migration file name
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE public.payments (
|
||||
payment_hash bytea NOT NULL,
|
||||
payment_request_out varchar NOT NULL,
|
||||
CONSTRAINT payments_pkey PRIMARY KEY (payment_hash)
|
||||
);
|
||||
Reference in New Issue
Block a user