addDescription( 'Build SQL files for schema changes from abstract JSON files' ); } protected function generateSchema( string $platform, string $jsonPath ): string { return ( new SchemaGenerator() )->generateSchemaChange( $platform, $jsonPath ); } } // @codeCoverageIgnoreStart $maintClass = GenerateSchemaChangeSql::class; require_once RUN_MAINTENANCE_IF_MAIN; // @codeCoverageIgnoreEnd