Skip to content

Commit

Permalink
Add plural score and groups (#426)
Browse files Browse the repository at this point in the history
* add plural score optionally in question and rename column userCanLeave to required for an event

* remove user attribute update functions

* fix users test

* add get event group categories handler

* update get groups route

* remove unused import
  • Loading branch information
diegoalzate authored Jun 17, 2024
1 parent 0bba919 commit 3021c5d
Show file tree
Hide file tree
Showing 18 changed files with 1,697 additions and 109 deletions.
3 changes: 3 additions & 0 deletions migrations/0023_hard_natasha_romanoff.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ALTER TABLE "group_categories" RENAME COLUMN "user_can_leave" TO "required";--> statement-breakpoint
ALTER TABLE "group_categories" ALTER COLUMN "required" SET DEFAULT false;--> statement-breakpoint
ALTER TABLE "forum_questions" ADD COLUMN "show_score" boolean DEFAULT false;
Loading

0 comments on commit 3021c5d

Please sign in to comment.