Skip to content

Commit

Permalink
feat: Add enable_customer_auth to Cluster (#245)
Browse files Browse the repository at this point in the history
* chore: Add enable-customer-auth column

* feat: Check cluster customer auth status
  • Loading branch information
johnjcsmith authored Dec 9, 2024
1 parent 84043d3 commit 78fe671
Show file tree
Hide file tree
Showing 9 changed files with 1,673 additions and 13 deletions.
1 change: 1 addition & 0 deletions control-plane/drizzle/0190_equal_luke_cage.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE "clusters" ADD COLUMN "enable_customer_auth" boolean DEFAULT false NOT NULL;
Loading

0 comments on commit 78fe671

Please sign in to comment.