Skip to content

Commit

Permalink
feat(tutories): allow tutor to disable their tutories
Browse files Browse the repository at this point in the history
  • Loading branch information
Veirt committed Dec 1, 2024
1 parent c0f49e2 commit 3ac024e
Show file tree
Hide file tree
Showing 9 changed files with 1,108 additions and 33 deletions.
1 change: 1 addition & 0 deletions drizzle/0009_concerned_domino.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE "tutories" ADD COLUMN "is_disabled" boolean DEFAULT false NOT NULL;
Loading

0 comments on commit 3ac024e

Please sign in to comment.