Skip to content

Commit

Permalink
chore(dbmigration): release version 1.2.0 staging 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hugotiburtino committed Jul 11, 2024
1 parent 76a6707 commit f04a4ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/db-migrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serlo/db-migrations",
"version": "1.2.0-staging.1",
"version": "1.2.0-staging.2",
"private": true,
"license": "Apache-2.0",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export async function up(db: Database) {
const logger = new SlackLogger(
'20240711142800-fix-events-taxonomy-disassociate-wrongly-saved-as-entity-link-remove',
)
console.log('here')
await db.runSql(
`UPDATE event
JOIN (
Expand Down

0 comments on commit f04a4ae

Please sign in to comment.