Skip to content

Commit 2bd834f

Browse files
committed
fix: updates api key to point to a tenant
1 parent 5f4fbe6 commit 2bd834f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
DOCKER_REMOTE: ${{ secrets.DOCKER_HOST }}
1818
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
1919
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
20-
TAG_DB: 0.0.12
20+
TAG_DB: 0.0.13
2121
TAG_DOCS: 0.0.3
2222
TAG_SERVICES: 0.0.9
2323
TAG_EXTERNAL: 0.0.1
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ALTER TABLE obj.api_key
2+
ADD COLUMN tenant_id UUID NOT NULL REFERENCES obj.tenant(id);

0 commit comments

Comments
 (0)