Skip to content

Commit 2a24df1

Browse files
authored
Merge pull request #4 from csesoc/revert-2-frontend_add_categories
Revert "backend + frontend categories possible via radio buttons"
2 parents 1f3fab5 + 031d185 commit 2a24df1

File tree

11 files changed

+251
-357
lines changed

11 files changed

+251
-357
lines changed

backend/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ rocket = "0.4.5"
1212
rocket_contrib = { version = "0.4.5", features = ["json", "diesel_postgres_pool"] }
1313
rocket_cors = "0.5.1"
1414
diesel = { version = "1.4.5", features = ["postgres", "uuidv07", "chrono", "serde_json"] }
15-
diesel-derive-enum = { version = "1", features = ["postgres"] }
1615
dotenv = "0.15.0"
1716
serde = "1.0.115"
1817
serde_json = "1.0.57"

backend/migrations/2022-07-05-130712_categories/down.sql

Whitespace-only changes.

backend/migrations/2022-07-05-130712_categories/up.sql

-2
This file was deleted.

0 commit comments

Comments
 (0)