Skip to content

Commit

Permalink
chore: remove waitlist column
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Mar 4, 2024
1 parent 8db7647 commit 8d379c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions api/migrations/20240304164045_add_waitlist.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE users DROP COLUMN waitlist_accepted_at;
1 change: 0 additions & 1 deletion frontend/utils/api_types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export interface FullUser extends User {
scopeUsage: number;
scopeLimit: number;
inviteCount: number;
waitlistAcceptedAt: string | null;
}

export interface Scope {
Expand Down

0 comments on commit 8d379c4

Please sign in to comment.