Skip to content

Commit

Permalink
changing MH40_004 name
Browse files Browse the repository at this point in the history
  • Loading branch information
tfhuhtal committed Oct 10, 2024
1 parent fc7a264 commit a2ee583
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions migrations/20241010000001-modify-MH40_004-programme-name.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module.exports = {
up: (queryInterface, Sequelize) =>
queryInterface.sequelize.query(`UPDATE studyprogrammes SET name='{
"fi": "Venäjän, Euraasian ja itäisen Euroopan tutkimuksen maisteriohjelma",
"en": "Master''s Programme in Russian, Eurasian and Eastern European Studies",
"se": "Magisterprogrammet i ryska, eurasiska och östeuropeiska studier"
}' where key='MH40_004'`),

down: queryInterface => {},
}

0 comments on commit a2ee583

Please sign in to comment.