Closed Philippus closed 1 week ago
Thanks @Philippus
Ideally we would change the name of the case object and add a migration I think? But not completely sure how that works, any pointers would be appreciated. But not completely sure how that works, any pointers would be appreciated.
We use flyway to automate the migrations. You need to do add a SQL file in this folder and flyway will take care of running it once. The name of the file should start with V25__
, and it should contain an SQL query:
UPDATE project_settings SET category='functional-programming-and-category-theory' WHERE category='functionnal-programming-and-category-theory';
I am going to merge this PR but it would be great if you could push the proper rename and migration.
Ideally we would change the name of the case object and add a migration I think? But not completely sure how that works, any pointers would be appreciated.