Skip to content

Commit

Permalink
Rename FunctionnalProgrammingAndCategoryTheory and add migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus committed Nov 18, 2024
1 parent 416187a commit 53972c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ object Category {
case object Compilers extends Category
case object CodeGeneration extends Category
case object DependencyInjection extends Category
case object FunctionnalProgrammingAndCategoryTheory extends Category {
override val title: String = "Functional Programming and Category Theory"
}
case object FunctionalProgrammingAndCategoryTheory extends Category
case object LogicProgrammingAndTypeConstraints extends Category
case object MiscellaneousUtils extends Category
case object Parsing extends Category
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ object MetaCategory {
Category.CodeGeneration,
Category.Compilers,
Category.DependencyInjection,
Category.FunctionnalProgrammingAndCategoryTheory,
Category.FunctionalProgrammingAndCategoryTheory,
Category.LogicProgrammingAndTypeConstraints,
Category.MiscellaneousUtils,
Category.Parsing,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UPDATE project_settings SET category='functional-programming-and-category-theory' WHERE category='functionnal-programming-and-category-theory';

0 comments on commit 53972c6

Please sign in to comment.