Skip to content

Commit

Permalink
refactor(db-migration-util): remove reference to page_revision -> not…
Browse files Browse the repository at this point in the history
… exists anymore
  • Loading branch information
hugotiburtino committed Jul 3, 2024
1 parent f153032 commit 50e7b38
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions packages/db-migrations/src/utils/create-migration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,23 +55,6 @@ export async function migrateSerloEditorContent({
logger,
})

log('Convert page revisions')
await changeUuidContents({
query: `
SELECT
page_revision.id, page_revision.content, page_revision.id as uuid
FROM page_revision WHERE page_revision.id > ?
`,
migrateState,
table: 'page_revision',
column: 'content',
apiCache,
dryRun,
db,
log,
logger,
})

log('Convert taxonomy terms')
await changeUuidContents({
query: `
Expand Down

0 comments on commit 50e7b38

Please sign in to comment.