Skip to content

Commit

Permalink
feat: add sns keys columns
Browse files Browse the repository at this point in the history
  • Loading branch information
goshawk-3 committed Feb 17, 2025
1 parent 5c32c17 commit bcdfe96
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ALTER TABLE tenants
ADD COLUMN sns_pk OID NULL,
ADD COLUMN sns_sk OID NULL;

0 comments on commit bcdfe96

Please sign in to comment.