up.sql 114 B

12345
  1. ALTER TABLE organizations
  2. ADD COLUMN private_key TEXT;
  3. ALTER TABLE organizations
  4. ADD COLUMN public_key TEXT;