zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

commit 35cd265e7eb4945d9976698458c4fa2a2f8a3e9b
parent 954bfe31208f69c72243bd8c96b5d889fb6911db
Author: srfsh <dev@srf.sh>
Date:   Thu, 21 Jul 2022 16:16:43 +0300

priv/repo/migrations: rm dilithium

Diffstat:
Mpriv/repo/migrations/20211111175352_fill_vf_agent.exs | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/priv/repo/migrations/20211111175352_fill_vf_agent.exs b/priv/repo/migrations/20211111175352_fill_vf_agent.exs @@ -30,7 +30,6 @@ OR type = 'org' AND "user" IS NULL AND email IS NULL - AND dilithium_public_key IS NULL AND ecdh_public_key IS NULL AND eddsa_public_key IS NULL AND ethereum_address IS NULL @@ -52,7 +51,6 @@ def change() do # person add :user, :text add :email, :citext - add :dilithium_public_key, :text add :ecdh_public_key, :text add :eddsa_public_key, :text add :ethereum_address, :text