Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
paolini committed Oct 22, 2023
1 parent 07be1d0 commit 4396725
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/migrations.js
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ const migrations = {
return true
},

D20231013_copy_events_10: async function(db) {
D20231013_copy_events_11: async function(db) {
const people = db.collection('people')
const conferences = db.collection('eventconferences')
const seminars = db.collection('eventseminars')
Expand Down Expand Up @@ -569,8 +569,8 @@ const migrations = {
created_categories[label] = find._id
} else {
const newcategory = await db.collection('eventcategories').insertOne({
name:label,
label,
name: category,
label: `${label}`,
})
created_categories[label] = newcategory.insertedId
}
Expand Down

0 comments on commit 4396725

Please sign in to comment.