Support more than one token per node and params per token

This commit is contained in:
Yaacov Akiba Slama
2023-06-02 18:51:52 +03:00
parent 59f01bd30c
commit 81f24accad
7 changed files with 66 additions and 46 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE public.new_channel_params
DROP COLUMN token;

View File

@@ -0,0 +1 @@
ALTER TABLE public.new_channel_params ADD token varchar;