Retro Eye care Haitian Deep Dark Default

DROP MIGRATION CHECK

Description

The DROP MIGRATION CHECK syntax is used to drop migration check results for the specified migration job.

Syntax

DropMigrationCheck ::=
  'DROP' 'MIGRATION' 'CHECK' migrationJobId

migrationJobId ::=
  integer | identifier | string

Supplement

Example

  • Drop migration check results
DROP MIGRATION CHECK 'j010180026753ef0e25d3932d94d1673ba551';

Reserved word

DROP, MIGRATION, CHECK