Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "server"
version = "0.3.79"
version = "0.3.80-staging.0"
authors = ["Serlo Education e.V."]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion server/src/subscription/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ impl Subscriptions {
AND uuid.discriminator NOT IN ("attachment", "blogPost")
AND (type.name IS NULL
OR type.name IN ("text-exercise", "article", "text-exercise-group",
"video", "course", "course-page", "applet", "event"))
"video", "course", "applet", "event"))
"#,
user_id
)
Expand Down
2 changes: 1 addition & 1 deletion server/src/uuid/model/entity/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ impl Entity {
"input-number-exact-match-challenge", "input-string-normalized-match-challenge",
"math-puzzle", "multiple-choice-right-answer", "multiple-choice-wrong-answer",
"single-choice-right-answer", "single-choice-wrong-answer",
"text-solution", "grouped-text-exercise")
"text-solution", "grouped-text-exercise", "course-page")
GROUP BY e.id
ORDER BY min_revision_id
"#,
Expand Down