Skip to content

Commit

Permalink
add multiple voting models (#438)
Browse files Browse the repository at this point in the history
* add vote model to forum questions

* add voting models

* add COCM model as default
  • Loading branch information
MartinBenediktBusch authored Jul 3, 2024
1 parent 8bf7f59 commit e8aa5fc
Show file tree
Hide file tree
Showing 8 changed files with 1,735 additions and 26 deletions.
1 change: 1 addition & 0 deletions migrations/0026_redundant_galactus.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE "forum_questions" ADD COLUMN "vote_model" varchar(256) DEFAULT 'COCM' NOT NULL;
Loading

0 comments on commit e8aa5fc

Please sign in to comment.